Searched refs:del_char (Results 1 – 6 of 6) sorted by relevance
27 int del_char(int fixpos);
1852 (void)del_char(FALSE); in del_char_after_col()2497 if (del_char(TRUE) == FAIL) in stop_insert()3237 del_char(FALSE); in replace_do_bs()3876 (void)del_char(FALSE); // delete the '^' or '0' in ins_shift()3923 else if (del_char(FALSE) == FAIL) // delete char under cursor in ins_del()3951 (void)del_char(FALSE); in ins_bs_one()4286 (void)del_char(FALSE); in ins_bs()
1408 del_char(FALSE); in swapchar()2681 (void)del_char(FALSE); in do_addsub()2885 (void)del_char(FALSE); in do_addsub()2891 (void)del_char(FALSE); in do_addsub()
748 del_char(FALSE); in check_auto_format()
1188 del_char(int fixpos) in del_char() function
7329 Solution: Don't use del_char() to delete the second byte.