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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c560 const wcat_t *qpatnext; local
566 qpatnext = globtilde(pattern, patbuf, MAXPATHLEN, pglob);
574 while ((a = qpatnext->w_at), (c = (qpatnext++)->w_wc) != EOS) {
582 a = qpatnext->w_at;
583 c = qpatnext->w_wc;
585 ++qpatnext;
586 if (qpatnext->w_wc == EOS ||
587 g_strchr(qpatnext+1, RBRACKET) == NULL) {
591 --qpatnext;
[all...]

Completed in 61 milliseconds