HomeSort by relevance Sort by last modified time
    Searched refs:match_last (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 659 Idx match_last = REG_MISSING;
865 match_last = check_matching (&mctx, fl_longest_match,
867 if (match_last != REG_MISSING)
869 if (BE (match_last == REG_ERROR, 0))
876 mctx.match_last = match_last;
879 re_dfastate_t *pstate = mctx.state_log[match_last];
881 match_last);
891 match_last = REG_MISSING;
902 assert (match_last != REG_MISSING)
656 Idx match_last = REG_MISSING; local
981 Idx halt_node, match_last; local
1122 Idx match_last = REG_MISSING; local
    [all...]
regex_internal.h 620 Idx match_last; member in struct:__anon43050

Completed in 327 milliseconds