Home
last modified time | relevance | path

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

/php-src/win32/
H A Dglob.c98 #define RBRACKET ']' macro
253 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
282 for (pb = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
435 g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) { in glob0()
448 (c = qpatnext[1]) != RBRACKET) { in glob0()
453 } while ((c = *qpatnext++) != RBRACKET); in glob0()

Completed in 7 milliseconds