Home
last modified time | relevance | path

Searched refs:TC_NEWLINE (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DToken.cc109 tcc(TC_NEWLINE) in operator <<()
229 case TC_NEWLINE: return out << "{LFeed}"; in operator <<()
681 case TC_NEWLINE: return "LF"; in short_class_name()
736 tcn( TC_NEWLINE ) in class_name()
H A DTokenEnums.hh78 TC_NEWLINE = 0x18, // LF enumerator
H A DToken.def25 TD(TOK_NEWLINE , TC_NEWLINE , TV_NONE , ID_No_ID )
H A DTokenizer.cc306 case TC_NEWLINE: in do_tokenize()
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Dawk.c222 #define TC_NEWLINE (1 << 15) macro
254 #define TC_OPTERM (TC_SEMICOL | TC_NEWLINE)
1149 if ((tc & (expected | TC_WORD | TC_NEWLINE)) in next_token()
1193 if ((ltclass & TC_NOTERM) && (tc & TC_NEWLINE)) in next_token()
1211 syntax_error((ltclass & (TC_NEWLINE | TC_EOF)) ? in next_token()
1461 } while (c & TC_NEWLINE); in chain_group()
1467 if (t_tclass & TC_NEWLINE) in chain_group()