Searched refs:RBRACKET (Results 1 – 1 of 1) sorted by relevance
99 #define RBRACKET ']' macro265 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)292 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++)453 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {466 (c = qpatnext[1]) != RBRACKET) {471 } while ((c = *qpatnext++) != RBRACKET);
Completed in 5 milliseconds