Searched refs:prestr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Db.c68 static uschar *prestr; /* current position in current re */ variable
638 lastre = prestr = (uschar *) p; /* prestr points to string to be parsed */
647 FATAL("syntax error in regular expression %s at %s", lastre, prestr);
708 FATAL("syntax error in regular expression %s at %s", lastre, prestr);
710 FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
873 prestr = buf + prefix_length;
875 prestr -= atomlen;
933 starttok = prestr;
935 switch (c = *prestr
[all...]

Completed in 97 milliseconds