Lines Matching refs:argb
183 con->os->argb = NULL; in poptGetContext()
224 os->argb = PBM_FREE(os->argb); in cleanOSE()
236 con->os->argb = PBM_FREE(con->os->argb); in poptResetContext()
373 con->os->argb = NULL; in handleAlias()
561 if (os->argb && PBM_ISSET(i, os->argb)) in findNextArg()
569 if (os->argb == NULL) os->argb = PBM_ALLOC(os->argc); in findNextArg()
570 if (os->argb != NULL) /* XXX can't happen */ in findNextArg()
571 PBM_SET(i, os->argb); in findNextArg()
739 if (con->os->argb && PBM_ISSET(con->os->next, con->os->argb)) { in poptGetNextOpt()
1069 con->os->argb = _free(con->os->argb); in poptFreeContext()
1227 con->os->argb = NULL; in poptStuffArgs()