Searched refs:RBRACE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sbin/dhclient/
H A Ddhctoken.h53 #define RBRACE '}' macro
H A Dparse.c73 if (token == RBRACE) {
266 if (token != RBRACE && token != LBRACE)
H A Dclparse.c388 * INTERFACE string LBRACE client-declarations RBRACE
425 if (token == RBRACE)
481 * RBRACE client-lease-declarations LBRACE
518 if (token == RBRACE)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c97 #define RBRACE '}' macro
242 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
281 * Ignore and just look for RBRACE
287 else if (*pe == RBRACE) {
306 * Ignore and just look for RBRACE
316 case RBRACE:
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c128 #define RBRACE L'}' macro
270 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) {
339 * Ignore and just look for RBRACE
346 else if (*pe == RBRACE) {
365 * Ignore and just look for RBRACE
375 case RBRACE:
/freebsd-11-stable/usr.bin/bc/
H A Dbc.y152 %token COMMA SEMICOLON LPAR RPAR LBRACE RBRACE LBRACKET RBRACKET DOT
363 | LBRACE statement_list RBRACE
401 statement_list RBRACE

Completed in 93 milliseconds