Searched refs:opt_nl (Results 1 - 3 of 3) 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
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; }
/macosx-10.10.1/ruby-106/ruby/
H A Dparse.y1300 | keyword_not opt_nl expr
2309 | keyword_defined opt_nl {in_defined = 1;} arg
2319 | arg '?' arg opt_nl ':' arg
2709 | keyword_defined opt_nl '(' {in_defined = 1;} expr rparen
3415 opt_bv_decl : opt_nl
3419 | opt_nl ';' bv_decls opt_nl
4965 opt_nl : /* none */ label
4969 rparen : opt_nl ')'
4972 rbracket : opt_nl ']'
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.y1300 | keyword_not opt_nl expr
2309 | keyword_defined opt_nl {in_defined = 1;} arg
2319 | arg '?' arg opt_nl ':' arg
2709 | keyword_defined opt_nl '(' {in_defined = 1;} expr rparen
3415 opt_bv_decl : opt_nl
3419 | opt_nl ';' bv_decls opt_nl
4965 opt_nl : /* none */ label
4969 rparen : opt_nl ')'
4972 rbracket : opt_nl ']'
[all...]

Completed in 170 milliseconds