POPT_ARG_MASK      69 lib/popt/popt.c 	if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
POPT_ARG_MASK      72 lib/popt/popt.c 	} else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
POPT_ARG_MASK      92 lib/popt/popt.c 	if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
POPT_ARG_MASK      95 lib/popt/popt.c 	} else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
POPT_ARG_MASK     119 lib/popt/popt.c 	if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
POPT_ARG_MASK     124 lib/popt/popt.c 	} else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
POPT_ARG_MASK     476 lib/popt/popt.c 	if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
POPT_ARG_MASK     492 lib/popt/popt.c 	} else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK) {
POPT_ARG_MASK     835 lib/popt/popt.c 	if (opt->arg && (opt->argInfo & POPT_ARG_MASK) == POPT_ARG_NONE) {
POPT_ARG_MASK     838 lib/popt/popt.c 	} else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_VAL) {
POPT_ARG_MASK     843 lib/popt/popt.c 	} else if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_NONE) {
POPT_ARG_MASK     888 lib/popt/popt.c 		switch (opt->argInfo & POPT_ARG_MASK) {
POPT_ARG_MASK     906 lib/popt/popt.c 		    if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_LONG) {
POPT_ARG_MASK     937 lib/popt/popt.c 		    if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_DOUBLE) {
POPT_ARG_MASK     953 lib/popt/popt.c 			(opt->argInfo & POPT_ARG_MASK));
POPT_ARG_MASK     964 lib/popt/popt.c 	} else if (opt->val && ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_VAL))
POPT_ARG_MASK     988 lib/popt/popt.c 	if (opt->arg && (opt->argInfo & POPT_ARG_MASK) == POPT_ARG_NONE)
POPT_ARG_MASK     990 lib/popt/popt.c 	else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_VAL)
POPT_ARG_MASK     992 lib/popt/popt.c 	else if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_NONE) {
POPT_ARG_MASK      95 lib/popt/popthelp.c     if (!(opt->argInfo & POPT_ARG_MASK)) return NULL;
POPT_ARG_MASK     102 lib/popt/popthelp.c     switch (opt->argInfo & POPT_ARG_MASK) {
POPT_ARG_MASK     145 lib/popt/popthelp.c     switch (opt->argInfo & POPT_ARG_MASK) {
POPT_ARG_MASK     263 lib/popt/popthelp.c 	    switch (opt->argInfo & POPT_ARG_MASK) {
POPT_ARG_MASK     376 lib/popt/popthelp.c 	if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
POPT_ARG_MASK     462 lib/popt/popthelp.c 	if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_INCLUDE_TABLE)
POPT_ARG_MASK     595 lib/popt/popthelp.c         if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INTL_DOMAIN) {
POPT_ARG_MASK     636 lib/popt/popthelp.c         if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INTL_DOMAIN) {
POPT_ARG_MASK     638 lib/popt/popthelp.c 	} else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
POPT_ARG_MASK     690 lib/popt/popthelp.c 	if (opt->shortName && !(opt->argInfo & POPT_ARG_MASK))
POPT_ARG_MASK     692 lib/popt/popthelp.c 	else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE)