Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:NL

50 %token	<i>	NL ',' '{' '(' '|' ';' '/' ')' '}' '[' ']'
72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
104 AND | and NL
108 BOR | bor NL
112 ',' | comma NL
116 DO | do NL
120 ELSE | else NL
142 '{' | lbrace NL
145 nl:
146 NL | nl NL
151 | nl
273 NL | ';' | pst NL | pst ';'
277 '}' | rbrace NL
291 ')' | rparen NL
312 nl