Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h80 #define NEWLINE_CHAR '\n' macro
420 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
A Dregexec.c3407 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