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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c130 #define RBRACKET ']' macro
342 for (pm = pe++; pe->w_wc != RBRACKET &&
347 * We could not find a matching RBRACKET.
368 for (pl = pm++; pm->w_wc != RBRACKET && pm->w_wc != EOS;
373 * We could not find a matching RBRACKET.
512 colon[1].w_wc != RBRACKET)
587 g_strchr(qpatnext+1, RBRACKET) == NULL) {
617 if (a == 0 && c == RBRACKET)
627 qpatnext[1].w_wc != RBRACKET) {
637 } while (a != 0 || c != RBRACKET);
[all...]

Completed in 57 milliseconds