Home
last modified time | relevance | path

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

/src/crypto/openssh/openbsd-compat/
H A Dglob.c93 #define LBRACKET '[' macro
277 if (*pe == LBRACKET) { in globexp2()
302 case LBRACKET: in globexp2()
489 case LBRACKET:
495 *bufnext++ = LBRACKET;
505 if (c == LBRACKET && *qpatnext == ':') {
512 } while (c == LBRACKET && *qpatnext == ':');
/src/lib/libc/gen/
H A Dglob.c117 #define LBRACKET L'[' macro
358 if (*pe == LBRACKET) { in globexp2()
384 case LBRACKET: in globexp2()
575 case LBRACKET: in glob0()
581 *bufnext++ = LBRACKET; in glob0()
H A Dglob-compat11.c82 #define LBRACKET L'[' macro
296 if (*pe == LBRACKET) { in globexp2()
322 case LBRACKET: in globexp2()
513 case LBRACKET: in glob0()
519 *bufnext++ = LBRACKET; in glob0()
/src/contrib/tcsh/
H A Dglob.c109 #define LBRACKET '[' macro
367 case LBRACKET: in glob()
373 *bufnext++ = LBRACKET; in glob()