OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_idx
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
387
Idx
cur_idx
;
member in struct:re_string_t
445
((pstr)->mbs[(pstr)->
cur_idx
+ offset])
447
((pstr)->mbs[(pstr)->
cur_idx
++])
453
#define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->
cur_idx
)
454
#define re_string_cur_idx(pstr) ((pstr)->
cur_idx
)
458
#define re_string_skip_bytes(pstr,idx) ((pstr)->
cur_idx
+= (idx))
459
#define re_string_set_index(pstr,idx) ((pstr)->
cur_idx
= (idx))
regexec.c
69
Idx
cur_idx
, Idx nmatch) internal_function;
2356
Idx
cur_idx
= re_string_
cur_idx
(&mctx->input);
local
3088
Idx
cur_idx
;
local
[
all
...]
regex_internal.c
831
pstr->
cur_idx
= 0;
848
&& ! re_string_is_single_byte_char (pstr, pstr->
cur_idx
+ idx))
852
off = pstr->
cur_idx
+ idx;
864
since peek_byte_case doesn't advance
cur_idx
in any way. */
892
if (!re_string_first_byte (pstr, pstr->
cur_idx
))
895
off = pstr->offsets[pstr->
cur_idx
];
902
re_string_char_size_at (pstr, pstr->
cur_idx
));
907
return pstr->raw_mbs[pstr->raw_mbs_idx + pstr->
cur_idx
++];
[
all
...]
Completed in 324 milliseconds