Searched refs:prestr (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/one-true-awk/
H A Db.c69 static uschar *prestr; /* current position in current re */ variable
628 lastre = prestr = (uschar *) p; /* prestr points to string to be parsed */
637 FATAL("syntax error in regular expression %s at %s", lastre, prestr);
690 FATAL("syntax error in regular expression %s at %s", lastre, prestr);
692 FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
797 switch (c = *prestr++) {
803 case '\0': prestr--; return '\0';
810 rlxval = quoted(&prestr);
819 if (*prestr
[all...]

Completed in 67 milliseconds