Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y105 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
187 opt_pst:
199 opt_pst { $$ = 0; }
200 | opt_pst pa_stats opt_pst { $$ = $2; }
223 | pa_stats opt_pst pa_stat { $$ = linkum($1, $3); }