Searched refs:arg_strip (Results 1 – 2 of 2) sorted by relevance
200 con->arg_strip = NULL; in poptGetContext()255 con->arg_strip = PBM_FREE(con->arg_strip); in poptResetContext()638 if (con->arg_strip == NULL) in poptStripArg()639 con->arg_strip = PBM_ALLOC(con->optionStack[0].argc); in poptStripArg()640 if (con->arg_strip != NULL) /* XXX can't happen */ in poptStripArg()641 PBM_SET(which, con->arg_strip); in poptStripArg()1100 con->arg_strip = PBM_FREE(con->arg_strip); in poptFreeContext()1246 if (con->arg_strip) in poptStrippedArgv()1248 if (PBM_ISSET(i, con->arg_strip)) in poptStrippedArgv()1253 if (con->arg_strip && PBM_ISSET(i, con->arg_strip)) in poptStrippedArgv()
93 pbm_set * arg_strip; member