Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dglob.c98 #define RBRACKET ']' macro
264 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
293 for (pb = pm++; *pm != RBRACKET && *pm != EOS; pm++)
454 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
467 (c = qpatnext[1]) != RBRACKET) {
472 } while ((c = *qpatnext++) != RBRACKET);

Completed in 5 milliseconds