Lines Matching refs:RBRACKET
130 #define RBRACKET ']'
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);