Searched refs:save_dot (Results 1 – 1 of 1) sorted by relevance
2067 char *q, *save_dot; in showmatching() local2075 save_dot = dot; // remember where we are in showmatching()2079 dot = save_dot; // go back to old loc in showmatching()2582 char *save_dot = dot; in get_address() local2614 dot = save_dot; in get_address()3659 char *p, *q, *save_dot; local4156 save_dot = dot;4159 dot = yank_delete(save_dot, dot, PARTIAL, YANKDEL, ALLOW_UNDO); // delete to e-o-l4367 save_dot = p; // final cursor position is start of range4383 dot = save_dot;