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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c657 Idx match_last = REG_MISSING;
863 match_last = check_matching (&mctx, fl_longest_match,
865 if (match_last != REG_MISSING)
867 if (BE (match_last == REG_ERROR, 0))
874 mctx.match_last = match_last;
877 re_dfastate_t *pstate = mctx.state_log[match_last];
879 match_last);
889 match_last = REG_MISSING;
900 assert (match_last !
654 Idx match_last = REG_MISSING; local
979 Idx halt_node, match_last; local
1120 Idx match_last = REG_MISSING; local
[all...]
H A Dregex_internal.h619 Idx match_last; member in struct:__anon472
/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1005 char **match_last; /* last token matched */ member in struct:match
1150 mlp->match_last = avp++;
1151 cataddr(mlp->match_first, mlp->match_last,
1182 mlp->match_last = avp++;
1190 mlp->match_last = avp - 1;
1250 avp = mlp->match_last + 1;
1272 mlp->match_last = avp++;
1280 mlp->match_last = avp;
1351 while (pp <= m->match_last)
1360 while (pp <= m->match_last)
[all...]

Completed in 32 milliseconds