Searched refs:Move_to (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/top/
H A Ddisplay.c293 Move_to(x_lastpid, y_lastpid);
307 Move_to(i, y_loadave);
338 Move_to(screen_width - 8, 0);
408 Move_to(x_procstate, y_procstate);
538 Move_to(cpustates_column, y_cpustates + cpu);
552 Move_to(cpustates_column + *colp, y_cpustates + cpu);
962 Move_to(0, screen_line);
1009 Move_to(0, screen_line);
1032 Move_to(x_idlecursor, y_idlecursor);
1310 Move_to(star
[all...]
H A Dscreen.h10 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y)) macro

Completed in 129 milliseconds