Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dglob.c106 #define RBRACKET ']' macro
272 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
301 for (pb = pm++; *pm != RBRACKET && *pm != EOS; pm++)
462 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
475 (c = qpatnext[1]) != RBRACKET) {
480 } while ((c = *qpatnext++) != RBRACKET);

Completed in 11 milliseconds