Home
last modified time | relevance | path

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

/PHP-7.2/win32/
H A Dglob.c100 #define RBRACKET ']' macro
266 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
295 for (pb = pm++; *pm != RBRACKET && *pm != EOS; pm++)
456 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
469 (c = qpatnext[1]) != RBRACKET) {
474 } while ((c = *qpatnext++) != RBRACKET);

Completed in 5 milliseconds