Home
last modified time | relevance | path

Searched refs:mb_start (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/grep/src/
H A Dkwsearch.c155 char const *beg, *end, *mb_start; in Fexecute() local
174 for (mb_start = beg = start_ptr ? start_ptr : buf; beg <= buf + size; beg++) in Fexecute()
200 && mb_goback (&mb_start, &mbclen, beg + offset, buf + size) != 0) in Fexecute()
215 beg = mb_start - 1; in Fexecute()
233 char const *nl = memrchr (mb_start, eol, beg - mb_start); in Fexecute()
235 mb_start = nl + 1; in Fexecute()
243 : ! wordchar_prev (mb_start, beg, buf + size)) in Fexecute()
282 mb_start = beg; in Fexecute()
H A Dsearchutils.c87 mb_goback (char const **mb_start, size_t *mbclen, char const *cur, in mb_goback() argument
90 const char *p = *mb_start; in mb_goback()
136 *mb_start = p; in mb_goback()
H A Ddfasearch.c336 char const *buflim, *beg, *end, *ptr, *match, *best_match, *mb_start; in EGexecute() local
346 mb_start = buf; in EGexecute()
399 if (mb_start < beg) in EGexecute()
400 mb_start = beg; in EGexecute()
401 if (mb_goback (&mb_start, NULL, match, buflim) == 0) in EGexecute()
406 dfa_beg = mb_start; in EGexecute()