Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregex.h164 # define RE_CARET_ANCHORS_HERE (RE_ICASE << 1) macro
168 # define RE_CONTEXT_INVALID_DUP (RE_CARET_ANCHORS_HERE << 1)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c1902 if (!(syntax & (RE_CONTEXT_INDEP_ANCHORS | RE_CARET_ANCHORS_HERE)) && in peek_token()
2040 fetch_token (&current_token, regexp, syntax | RE_CARET_ANCHORS_HERE); in parse()
2078 fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE); in parse_reg_exp()
2372 fetch_token (token, regexp, syntax | RE_CARET_ANCHORS_HERE); in parse_sub_exp()

Completed in 8 milliseconds