Searched refs:OP_NR_SUB (Results 1 – 4 of 4) sorted by relevance
80 return OP_NR_SUB; in get_op_type()2645 if (op_type == OP_NR_SUB) in do_addsub()2722 if (op_type == OP_NR_SUB) in do_addsub()4163 case OP_NR_SUB: in do_pending_operator()
1507 #define OP_NR_SUB 29 // "<C-X>" Subtract from the number or macro
2263 cap->oap->op_type = cap->cmdchar == Ctrl_A ? OP_NR_ADD : OP_NR_SUB; in nv_addsub()
6942 Solution: Add OP_NR_ADD and OP_NR_SUB. (Hirohito Higashi)