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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c642 int fl_longest_match, match_first, match_kind, match_last = -1;
845 match_last = check_matching (&mctx, fl_longest_match,
847 if (match_last != -1)
849 if (BE (match_last == -2, 0))
856 mctx.match_last = match_last;
859 re_dfastate_t *pstate = mctx.state_log[match_last];
861 match_last);
871 match_last = -1;
882 assert (match_last !
639 int fl_longest_match, match_first, match_kind, match_last = -1; local
959 int halt_node, match_last; local
1100 int match_last = -1; local
[all...]
H A Dregex_internal.h577 int match_last; member in struct:__anon1720
/freebsd-10.1-release/contrib/sendmail/src/
H A Dparseaddr.c1006 char **match_last; /* last token matched */ member in struct:match
1151 mlp->match_last = avp++;
1152 cataddr(mlp->match_first, mlp->match_last,
1183 mlp->match_last = avp++;
1191 mlp->match_last = avp - 1;
1251 avp = mlp->match_last + 1;
1273 mlp->match_last = avp++;
1281 mlp->match_last = avp;
1352 while (pp <= m->match_last)
1361 while (pp <= m->match_last)
[all...]

Completed in 177 milliseconds