Home
last modified time | relevance | path

Searched refs:NEWLINE_CHAR (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h112 #define NEWLINE_CHAR '\n' macro
522 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
Dregexec.c3550 if (bitset_contain (acceptable, NEWLINE_CHAR)) in build_trtable()
3554 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()
3557 trtable[NEWLINE_CHAR] = dest_states_nl[j]; in build_trtable()
3559 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j]; in build_trtable()
3647 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()
3650 bitset_set (accepts, NEWLINE_CHAR); in group_nodes_into_DFAstates()