OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_VALID_INDEX
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c
929
if (BE (!
REG_VALID_INDEX
(idx), 0))
945
assert (
REG_VALID_INDEX
(wc_idx));
948
if (!
REG_VALID_INDEX
(wc_idx))
1085
while (
REG_VALID_INDEX
(id) && dest->elems[id] > src1->elems[i1])
1088
if (!
REG_VALID_INDEX
(id) || dest->elems[id] != src1->elems[i1])
1091
if (!
REG_VALID_INDEX
(--i1) || !
REG_VALID_INDEX
(--i2))
1098
if (!
REG_VALID_INDEX
(--i2))
1103
if (!
REG_VALID_INDEX
(--i1))
1116
if (delta > 0 &&
REG_VALID_INDEX
(id)
[
all
...]
regex_internal.h
142
# define
REG_VALID_INDEX
(n) ((Idx) (n) < REG_ERROR)
144
# define
REG_VALID_INDEX
(n) (0 <= (n))
regexec.c
1028
if (!
REG_VALID_INDEX
(match_last))
[
all
...]
regcomp.c
[
all
...]
Completed in 181 milliseconds