Searched refs:regbol (Results 1 – 2 of 2) sorted by relevance
691 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
1087 const char *regbol; member23097 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()