Searched refs:NEWLINE_CHAR (Results 1 – 2 of 2) sorted by relevance
132 #define NEWLINE_CHAR '\n' macro506 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
3421 if (bitset_contain (acceptable, NEWLINE_CHAR)) in build_trtable()3425 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()3428 trtable[NEWLINE_CHAR] = dest_states_nl[j]; in build_trtable()3430 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j]; in build_trtable()3511 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()3514 bitset_set (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()
Completed in 15 milliseconds