Searched defs:statement (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dparser.y86 %type <cmd> command commands1 statement
103 | script statement delimiter newlines0
130 statement: command { $$ = $1; } label
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y155 %type <l_node> statement
347 statement_list: statement { $$ = $1; }
348 | statement_list ';' statement { $$ = LINK($1, $3); }
351 statement: /* empty */ { $$ = NULL; } label

Completed in 56 milliseconds