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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y159 %type <l_node> statement_list_impl
356 statement_list_impl: /* empty */ { $$ = NULL; } label
357 | statement_list_impl statement { $$ = LINK($1, $2); }
361 statement_list_impl { $$ = $1; }
362 | statement_list_impl expression {

Completed in 55 milliseconds