Searched refs:T_LBRACE (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.h31 #define T_LBRACE 284 macro
H A Dgrammar.tab.c468 #define T_LBRACE 284 macro
918 "T_TYPE_QUALIFIER","T_BRACKETS","T_LBRACE","T_MATCHRBRACE","T_ELLIPSIS",
945 "braces : T_LBRACE T_MATCHRBRACE",
960 "function_definition : decl_specifiers declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE",
962 "function_definition : declarator $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE",
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.h28 #define T_LBRACE 284 macro
H A Dgrammar.tab.c448 #define T_LBRACE 284 macro
763 "T_TYPE_QUALIFIER","T_BRACKETS","T_LBRACE","T_MATCHRBRACE","T_ELLIPSIS",
781 "braces : T_LBRACE T_MATCHRBRACE",
796 "function_definition : decl_specifiers declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE",
798 "function_definition : declarator $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE",
/freebsd-13-stable/sys/netgraph/
H A Dng_parse.h480 T_LBRACE, /* '{' */ enumerator in enum:ng_parse_token
H A Dng_parse.c1219 != (ctype == CT_STRUCT ? T_LBRACE : T_LBRACKET)) {
1245 if (tok == T_LBRACE || tok == T_LBRACKET) {
1654 case T_LBRACE:
1695 return T_LBRACE;
H A Dng_ksocket.c212 if ((tok = ng_parse_get_token(s, off, &len)) == T_LBRACE) {
/freebsd-13-stable/contrib/byacc/test/
H A Dgrammar.y46 T_LBRACE
388 : T_LBRACE T_MATCHRBRACE
494 opt_declaration_list T_LBRACE
529 opt_declaration_list T_LBRACE T_MATCHRBRACE

Completed in 185 milliseconds