Home
last modified time | relevance | path

Searched refs:RBRACE (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/dhclient/
H A Ddhctoken.h51 #define RBRACE '}' macro
H A Dparse.c73 if (token == RBRACE) { in skip_to_semi()
269 if (token != RBRACE && token != LBRACE) in parse_numeric_aggregate()
H A Dclparse.c429 if (token == RBRACE) in parse_interface_declaration()
522 if (token == RBRACE) in parse_client_lease_statement()
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.c104 #define RBRACE '}' macro
245 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) in globexp1()
290 else if (*pe == RBRACE) { in globexp2()
319 case RBRACE: in globexp2()
/freebsd/lib/libc/gen/
H A Dglob-compat11.c92 #define RBRACE L'}' macro
234 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) { in globexp0()
310 else if (*pe == RBRACE) { in globexp2()
339 case RBRACE: in globexp2()
H A Dglob.c124 #define RBRACE L'}' macro
266 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) { in globexp0()
342 else if (*pe == RBRACE) { in globexp2()
371 case RBRACE: in globexp2()
/freebsd/usr.bin/bc/
H A Dbc.y149 %token COMMA SEMICOLON LPAR RPAR LBRACE RBRACE LBRACKET RBRACKET DOT
360 | LBRACE statement_list RBRACE
398 statement_list RBRACE
H A Dscan.l185 "}" return RBRACE;