HomeSort by: relevance | last modified time | path
    Searched refs:regbol (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcompat/regexp/
regexp.c 774 static char *regbol; /* Beginning of input, for ^ check. */ variable
829 regbol = (char *)string;
920 if (reginput != regbol)
932 if (reginput > regbol &&
  /src/external/bsd/less/dist/
regexp.c 707 static char *regbol; /* Beginning of input, for ^ check. */ variable
761 regbol = NULL;
763 regbol = string;
858 if (reginput != regbol)
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 1087 const char *regbol; member in struct:regexp
23086 preg->regbol = string;
23104 preg->regbol = ++string;
23351 if (preg->reginput != preg->regbol) {
23371 if (preg->reginput > preg->regbol &&
23377 if (preg->reginput > preg->regbol) {

Completed in 79 milliseconds