p_re
static void p_re(struct parse *p, int end1, int end2);
p_re(p, OUT, OUT);
p_re(p, ')', IGN);
p_re(p, '\\', ')');