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

/macosx-10.10.1/awk-20/src/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
154 opt_pst: label
166 opt_pst { $$ = 0; }
167 | opt_pst pa_stats opt_pst { $$ = $2; }
190 | pa_stats opt_pst pa_stat { $$ = linkum($1, $3); }

Completed in 69 milliseconds