Searched refs:OP_NR_ADD (Results 1 – 4 of 4) sorted by relevance
1505 #define OP_NR_ADD 28 // "<C-A>" Add to the number or alphabetic macro
78 return OP_NR_ADD; in get_op_type()4162 case OP_NR_ADD: in do_pending_operator()
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)