push_numop
push_numop(r, type, op, 0, val);
push_numop(r, type, FLOWSPEC_OP_NUM_GE,
push_numop(r, type, FLOWSPEC_OP_NUM_LE,
push_numop(r, type, FLOWSPEC_OP_NUM_LT,
push_numop(r, type, FLOWSPEC_OP_NUM_GT,
push_numop(r, type, FLOWSPEC_OP_NUM_EQ, 0, val);
return push_numop(op, 0, val);
if (push_numop(OP_GE, 0, min) == -1)
return push_numop(OP_LE, 1, max);
if (push_numop(OP_LT, 0, min) == -1)
return push_numop(OP_GT, 0, max);