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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c56 static int check_matching (re_match_context_t *mctx, int fl_longest_match,
642 int fl_longest_match, match_first, match_kind, match_last = -1;
687 fl_longest_match = (nmatch != 0 || dfa->nbackref);
845 match_last = check_matching (&mctx, fl_longest_match,
1097 check_matching (re_match_context_t *mctx, int fl_longest_match,
1146 if (!fl_longest_match)
1187 || (match && !fl_longest_match)
1214 if (!fl_longest_match)
639 int fl_longest_match, match_first, match_kind, match_last = -1; local
1094 check_matching(re_match_context_t *mctx, int fl_longest_match, int *p_match_first) argument

Completed in 181 milliseconds