Home
last modified time | relevance | path

Searched refs:opt_nl (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
157 FOR '(' opt_simple_stmt ';' opt_nl pattern ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
159 | FOR '(' opt_simple_stmt ';' ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
182 opt_nl:
210 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); }
211 | pa_pat ',' opt_nl pa_pat lbrace stmtlist '}' { $$ = pa2stat($1, $4, $6); }
346 | ';' opt_nl
372 | ';' opt_nl { $$ = 0; }