Searched refs:match_last (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c634 int fl_longest_match, match_first, match_kind, match_last = -1;
830 match_last = check_matching (&mctx, fl_longest_match,
832 if (match_last != -1)
834 if (BE (match_last == -2, 0))
841 mctx.match_last = match_last;
844 re_dfastate_t *pstate = mctx.state_log[match_last];
846 match_last);
856 match_last = -1;
867 assert (match_last !
631 int fl_longest_match, match_first, match_kind, match_last = -1; local
943 int halt_node, match_last; local
1079 int match_last = -1; local
[all...]
H A Dregex_internal.h576 int match_last; member in struct:__anon5502

Completed in 40 milliseconds