doinsert
static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos);
#define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)