OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_stop
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c
188
pstr->
raw_stop
= pstr->stop;
428
if (pstr->
raw_stop
> src_idx)
590
pstr->stop = pstr->
raw_stop
;
647
pstr->stop = pstr->
raw_stop
- idx + offset;
700
pstr->stop = pstr->
raw_stop
- idx + offset;
[
all
...]
regex_internal.h
395
Idx
raw_stop
;
member in struct:re_string_t
396
/* This is
RAW_STOP
- RAW_MBS_IDX adjusted through OFFSETS. */
regexec.c
714
mctx.input.
raw_stop
= stop;
[
all
...]
Completed in 3963 milliseconds