Searched refs:do_addsub (Results 1 – 1 of 1) sorted by relevance
19 static int do_addsub(int op_type, pos_T *pos, int length, linenr_T Prenum1);2359 change_cnt = do_addsub(oap->op_type, &pos, 0, amount); in op_addsub()2415 one_change = do_addsub(oap->op_type, &pos, length, amount); in op_addsub()2467 do_addsub( in do_addsub() function