Searched refs:next_argp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregcmp.c144 const char *next_argp; local
163 next_argp = regexp;
165 while (next_argp != (char *)0) {
166 arg_strlen += strlen(next_argp);
167 next_argp = va_arg(arg_listp, /* const */ char *);
184 next_argp = va_arg(arg_listp, /* const */ char *);
191 regexp = next_argp;
192 next_argp = va_arg(arg_listp, /* const */ char *);
211 } else if /* (char_size == 0) && */ (next_argp != (char *)0) {
212 regexp = next_argp;
[all...]

Completed in 21 milliseconds