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

/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dawk.g.y82 %type <i> pst opt_pst lbrace rparen comma nl opt_nl and bor
164 opt_pst: label
176 opt_pst { $$ = 0; }
177 | opt_pst pa_stats opt_pst { $$ = $2; }
200 | pa_stats opt_pst pa_stat { $$ = linkum($1, $3); }

Completed in 42 milliseconds