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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_grammar.y 159 %type <l_node> statement_list_impl
358 statement_list_impl: /* empty */ { $$ = NULL; } label
359 | statement_list_impl statement { $$ = LINK($1, $2); }
363 statement_list_impl { $$ = $1; }
364 | statement_list_impl expression {

Completed in 16 milliseconds