HomeSort by: relevance | last modified time | path
    Searched defs:opt_nl (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
129 FOR '(' opt_simple_stmt ';' opt_nl pattern ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
131 | FOR '(' opt_simple_stmt ';' ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
154 opt_nl: label
182 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); }
183 | pa_pat ',' opt_nl pa_pat lbrace stmtlist '}' { $$ = pa2stat($1, $4, $6); }
320 | ';' opt_nl
346 | ';' opt_nl { $$ = 0; }

Completed in 28 milliseconds