Home
last modified time | relevance | path

Searched refs:save_dot (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/editors/
Dvi.c2067 char *q, *save_dot; in showmatching() local
2075 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() local
2614 dot = save_dot; in get_address()
3659 char *p, *q, *save_dot; local
4156 save_dot = dot;
4159 dot = yank_delete(save_dot, dot, PARTIAL, YANKDEL, ALLOW_UNDO); // delete to e-o-l
4367 save_dot = p; // final cursor position is start of range
4383 dot = save_dot;