Searched refs:arg_strip (Results 1 – 2 of 2) sorted by relevance
181 con->arg_strip = NULL; in poptGetContext()227 con->arg_strip = PBM_FREE(con->arg_strip); in poptResetContext()693 if (con->arg_strip == NULL) in poptStripArg()694 con->arg_strip = PBM_ALLOC(con->optionStack[0].argc); in poptStripArg()695 if (con->arg_strip != NULL) /* XXX can't happen */ in poptStripArg()696 PBM_SET(which, con->arg_strip); in poptStripArg()1536 con->arg_strip = PBM_FREE(con->arg_strip); in poptFreeContext()1685 if (con->arg_strip) in poptStrippedArgv()1687 if (PBM_ISSET(i, con->arg_strip)) in poptStrippedArgv()1692 if (con->arg_strip && PBM_ISSET(i, con->arg_strip)) in poptStrippedArgv()
115 pbm_set * arg_strip; member