OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_ERROR
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
138
#define
REG_ERROR
((Idx) -2)
142
# define REG_VALID_INDEX(n) ((Idx) (n) <
REG_ERROR
)
149
# define REG_VALID_NONZERO_INDEX(n) ((Idx) ((n) - 1) < (Idx) (
REG_ERROR
- 1))
regcomp.c
[
all
...]
regexec.c
869
if (BE (match_last ==
REG_ERROR
, 0))
[
all
...]
Completed in 286 milliseconds