HomeSort by: relevance | last modified time | path
    Searched defs:T_LBRACE (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Tokenizer.py 30 T_LBRACE = 2
84 return (T_LBRACE, c, self.line)
  /src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.h 33 #define T_LBRACE 284
grammar.tab.c 470 #define T_LBRACE 284
932 "T_Imaginary","T_TYPE_QUALIFIER","T_BRACKETS","T_LBRACE","T_MATCHRBRACE",
959 "braces : T_LBRACE T_MATCHRBRACE",
974 "function_definition : decl_specifiers declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE",
976 "function_definition : declarator $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE",
  /src/external/bsd/byacc/dist/test/yacc/
grammar.tab.h 30 #define T_LBRACE 284
grammar.tab.c 450 #define T_LBRACE 284
777 "T_Imaginary","T_TYPE_QUALIFIER","T_BRACKETS","T_LBRACE","T_MATCHRBRACE",
796 "braces : T_LBRACE T_MATCHRBRACE",
811 "function_definition : decl_specifiers declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE",
813 "function_definition : declarator $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE",

Completed in 24 milliseconds