HomeSort by relevance Sort by last modified time
    Searched defs:cur_idx (Results 1 - 2 of 2) 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...]

Completed in 25 milliseconds