Lines Matching refs:arg_strip
200 con->arg_strip = NULL;
255 con->arg_strip = PBM_FREE(con->arg_strip);
633 /*@uses con->arg_strip, con->optionStack @*/
634 /*@defines con->arg_strip @*/
638 if (con->arg_strip == NULL)
639 con->arg_strip = PBM_ALLOC(con->optionStack[0].argc);
640 if (con->arg_strip != NULL) /* XXX can't happen */
641 PBM_SET(which, con->arg_strip);
643 /*@-compdef@*/ /* LCL: con->arg_strip udefined? */
1100 con->arg_strip = PBM_FREE(con->arg_strip);
1246 if (con->arg_strip)
1248 if (PBM_ISSET(i, con->arg_strip))
1253 if (con->arg_strip && PBM_ISSET(i, con->arg_strip))