arg_strip 186 lib/popt/popt.c con->arg_strip = NULL; arg_strip 241 lib/popt/popt.c con->arg_strip = ( pbm_set *)PBM_FREE(con->arg_strip); arg_strip 623 lib/popt/popt.c if (con->arg_strip == NULL) arg_strip 624 lib/popt/popt.c con->arg_strip = (pbm_set *)PBM_ALLOC(con->optionStack[0].argc); arg_strip 625 lib/popt/popt.c if (con->arg_strip != NULL) /* XXX can't happen */ arg_strip 626 lib/popt/popt.c PBM_SET(which, con->arg_strip); arg_strip 1087 lib/popt/popt.c con->arg_strip = (pbm_set *)PBM_FREE(con->arg_strip); arg_strip 1233 lib/popt/popt.c if (con->arg_strip) arg_strip 1235 lib/popt/popt.c if (PBM_ISSET(i, con->arg_strip)) arg_strip 1240 lib/popt/popt.c if (con->arg_strip && PBM_ISSET(i, con->arg_strip)) arg_strip 93 lib/popt/poptint.h pbm_set * arg_strip;