HomeSort by relevance Sort by last modified time
    Searched full:opt_nl (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
124 FOR '(' opt_simple_stmt ';' opt_nl pattern ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
126 | FOR '(' opt_simple_stmt ';' ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
149 opt_nl: label
313 | ';' opt_nl
339 | ';' opt_nl { $$ = 0; }

Completed in 500 milliseconds