Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c693 static constant char **regendp; /* Ditto for endp. */
788 regendp = prog->endp; in regexec()
924 if (regendp[no] == NULL)
925 regendp[no] = save;
707 static char **regendp; /* Ditto for endp. */ global() variable