Searched refs:TNL (Results 1 – 3 of 3) sorted by relevance
2 #define TNL 1 macro
42 TNL 0 newline
142 if (t == TNL) in parsecmd()190 case TNL: in list()191 if (tok == TNL) { in list()377 if (lasttoken != TNL && lasttoken != TSEMI) in command()392 if (lasttoken != TNL && lasttoken != TSEMI) in command()417 while (readtoken() == TNL); in command()486 case TNL: in command()732 while (t == TNL) { in readtoken()833 RETURN(TNL); in xxreadtoken()