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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y159 %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 33 milliseconds