Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Db.c65 static const uschar *prestr; /* current position in current re */ variable
968 lastre = prestr = (const uschar *) p; /* prestr points to string to be parsed */ in reparse()
977 FATAL("syntax error in regular expression %s at %s", lastre, prestr); in reparse()
1038 FATAL("syntax error in regular expression %s at %s", lastre, prestr); in primary()
1040 FATAL("illegal primary in regular expression %s at %s", lastre, prestr); in primary()
1204 prestr = buf + prefix_length; in replace_repeat()
1206 prestr -= atomlen; in replace_repeat()
1266 starttok = prestr; in relex()
1268 if ((n = u8_rune(&rlxval, (const char *) prestr)) > 1) { in relex()
1269 prestr += n; in relex()
[all …]