Searched refs:NEWLINE_CHAR (Results 1 – 2 of 2) sorted by relevance
80 #define NEWLINE_CHAR '\n' macro420 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
3407 if (bitset_contain (acceptable, NEWLINE_CHAR)) in build_trtable()3411 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()3414 trtable[NEWLINE_CHAR] = dest_states_nl[j]; in build_trtable()3416 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j]; in build_trtable()3501 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()3504 bitset_set (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()
Completed in 11 milliseconds