Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c690 static constant char *reginput; /* String-input pointer. */
786 reginput = string;
798 prog->endp[0] = reginput;
834 if (reginput != regbol)
838 if (*reginput != '\0')
842 if (*reginput == '\0')
844 reginput++;
852 if (*opnd != *reginput)
855 if (len > 1 && strncmp(opnd, reginput, len) != 0)
857 reginput
704 static char *reginput; /* String-input pointer. */ global() variable
[all...]