Searched refs:prestr (Results 1 – 1 of 1) sorted by relevance
65 static const uschar *prestr; /* current position in current re */ variable968 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 …]