Home
last modified time | relevance | path

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

/dragonfly/usr.bin/bc/
H A Dbc.y134 %token COMMA SEMICOLON LPAR RPAR LBRACE RBRACE LBRACKET RBRACKET DOT
422 | LETTER LBRACKET RBRACKET
432 | parameter_list COMMA LETTER LBRACKET RBRACKET
453 | LETTER LBRACKET RBRACKET
463 | define_list COMMA LETTER LBRACKET RBRACKET
485 | argument_list COMMA LETTER LBRACKET RBRACKET
702 | LETTER LBRACKET expression RBRACKET
H A Dscan.l181 "]" return RBRACKET;
/dragonfly/lib/libssh/openbsd-compat/
H A Dglob.c98 #define RBRACKET ']' macro
279 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
304 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
494 g_strchr(qpatnext+1, RBRACKET) == NULL) {
516 if (c == RBRACKET)
521 (c = qpatnext[1]) != RBRACKET) {
526 } while ((c = *qpatnext++) != RBRACKET);
/dragonfly/lib/libc/gen/
H A Dglob.c123 #define RBRACKET ']' macro
313 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
341 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
485 g_strchr(qpatnext+1, RBRACKET) == NULL) { in glob0()
498 (c = qpatnext[1]) != RBRACKET) { in glob0()
503 } while ((c = *qpatnext++) != RBRACKET); in glob0()
/dragonfly/contrib/tcsh-6/
H A Dglob.c115 #define RBRACKET ']' macro
370 Strchr(qpatnext + 1, RBRACKET) == NULL) { in glob()
384 (c = qpatnext[1]) != RBRACKET) { in glob()
389 } while ((c = *qpatnext++) != RBRACKET); in glob()