Home
last modified time | relevance | path

Searched refs:stmtlist (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/one-true-awk/
HDawkgram.y68 %type <p> simple_stmt opt_simple_stmt stmt stmtlist
176 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
178 | pa_pat ',' opt_nl pa_pat lbrace stmtlist '}' { $$ = pa2stat($1, $4, $6); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
180 | XBEGIN lbrace stmtlist '}'
182 | XEND lbrace stmtlist '}'
184 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
328 | lbrace stmtlist rbrace { $$ = $2; }
342 stmtlist:
344 | stmtlist stmt { $$ = linkum($1, $2); }
/trueos/contrib/binutils/bfd/
HDdwarf2.c178 int stmtlist; member
1993 unit->stmtlist = 1; in parse_comp_unit()
2097 if (! unit->stmtlist) in comp_unit_find_nearest_line()
2151 if (! unit->stmtlist) in comp_unit_find_line()