Home
last modified time | relevance | path

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

/freebsd/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 == ':');
/freebsd/lib/libc/gen/
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()
H A Dglob.c114 #define LBRACKET L'[' macro
328 if (*pe == LBRACKET) { in globexp2()
354 case LBRACKET: in globexp2()
545 case LBRACKET: in glob0()
551 *bufnext++ = LBRACKET; in glob0()
/freebsd/contrib/tcsh/
H A Dglob.c109 #define LBRACKET '[' macro
367 case LBRACKET: in glob()
373 *bufnext++ = LBRACKET; in glob()