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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c91 #define RBRACKET ']' macro
276 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
280 * We could not find a matching RBRACKET.
301 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++)
305 * We could not find a matching RBRACKET.
490 g_strchr(qpatnext+1, RBRACKET) == NULL) {
512 if (c == RBRACKET)
517 (c = qpatnext[1]) != RBRACKET) {
522 } while ((c = *qpatnext++) != RBRACKET);
/freebsd-11-stable/usr.bin/bc/
H A Dbc.y152 %token COMMA SEMICOLON LPAR RPAR LBRACE RBRACE LBRACKET RBRACKET DOT
440 | LETTER LBRACKET RBRACKET
450 | parameter_list COMMA LETTER LBRACKET RBRACKET
471 | LETTER LBRACKET RBRACKET
481 | define_list COMMA LETTER LBRACKET RBRACKET
503 | argument_list COMMA LETTER LBRACKET RBRACKET
720 | LETTER LBRACKET expression RBRACKET
/freebsd-11-stable/contrib/tcsh/
H A Dglob.c115 #define RBRACKET ']' macro
372 Strchr(qpatnext + 1, RBRACKET) == NULL) {
386 (c = qpatnext[1]) != RBRACKET) {
391 } while ((c = *qpatnext++) != RBRACKET);
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c123 #define RBRACKET L']' macro
334 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
338 * We could not find a matching RBRACKET.
360 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
364 * We could not find a matching RBRACKET.
555 g_strchr(qpatnext+1, RBRACKET) == NULL) {
568 (c = qpatnext[1]) != RBRACKET) {
573 } while ((c = *qpatnext++) != RBRACKET);

Completed in 177 milliseconds