Home
last modified time | relevance | path

Searched refs:regbol (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dregexp.c691 static constant char *regbol; /* Beginning of input, for ^ check. */
742 regbol = NULL;
744 regbol = string;
834 if (reginput != regbol)
705 static char *regbol; /* Beginning of input, for ^ check. */ global() variable
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c1087 const char *regbol; member
23097 preg->regbol = string; in jim_regexec()
23115 preg->regbol = ++string; in jim_regexec()
23362 if (preg->reginput != preg->regbol) { in regmatch()
23382 if (preg->reginput > preg->regbol && in regmatch()
23388 if (preg->reginput > preg->regbol) { in regmatch()