Home
last modified time | relevance | path

Searched refs:regbol (Results 1 – 1 of 1) 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