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

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c98 #define RBRACKET ']' macro
279 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
283 * We could not find a matching RBRACKET.
304 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++)
308 * We could not find a matching RBRACKET.
494 g_strchr(qpatnext+1, RBRACKET) == NULL) {
516 if (c == RBRACKET)
521 (c = qpatnext[1]) != RBRACKET) {
526 } while ((c = *qpatnext++) != RBRACKET);
/freebsd-current/usr.bin/bc/
H A Dbc.y149 %token COMMA SEMICOLON LPAR RPAR LBRACE RBRACE LBRACKET RBRACKET DOT
437 | LETTER LBRACKET RBRACKET
447 | parameter_list COMMA LETTER LBRACKET RBRACKET
468 | LETTER LBRACKET RBRACKET
478 | define_list COMMA LETTER LBRACKET RBRACKET
500 | argument_list COMMA LETTER LBRACKET RBRACKET
717 | LETTER LBRACKET expression RBRACKET
/freebsd-current/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-current/lib/libc/gen/
H A Dglob-compat11.c87 #define RBRACKET L']' macro
298 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
302 * We could not find a matching RBRACKET.
324 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
328 * We could not find a matching RBRACKET.
518 g_strchr(qpatnext+1, RBRACKET) == NULL) {
531 (c = qpatnext[1]) != RBRACKET) {
536 } while ((c = *qpatnext++) != RBRACKET);
H A Dglob.c119 #define RBRACKET L']' macro
330 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
334 * We could not find a matching RBRACKET.
356 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
360 * We could not find a matching RBRACKET.
550 g_strchr(qpatnext+1, RBRACKET) == NULL) {
563 (c = qpatnext[1]) != RBRACKET) {
568 } while ((c = *qpatnext++) != RBRACKET);

Completed in 192 milliseconds