Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c349 int crow, ccol; // cursor is on Crow x Ccol member
480 #define ccol (G.ccol ) macro
1006 sync_cursor(dot, &crow, &ccol); // where cursor will be (on "dot") in refresh()
1070 place_cursor(crow, ccol); in refresh()
1073 cindex = ccol + offset; in refresh()
1338 place_cursor(crow, ccol); // put cursor back in correct place in show_status_line()
4798 ccol = 0;