HomeSort by: relevance | last modified time | path
    Searched defs:opt_pst (Results 1 - 1 of 1) sorted by relevancy

  /src/external/historical/nawk/dist/
awkgram.y 76 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
159 opt_pst: label
171 opt_pst { $$ = 0; }
172 | opt_pst pa_stats opt_pst { $$ = $2; }
195 | pa_stats opt_pst pa_stat { $$ = linkum($1, $3); }

Completed in 21 milliseconds