Home
last modified time | relevance | path

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

/PHP-5.3/win32/
H A Dglob.c99 #define RBRACKET ']' macro
265 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 6 milliseconds