Searched refs:Move_to (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/top/ |
| HD | display.c | 283 Move_to(x_lastpid, y_lastpid); 297 Move_to(i, y_loadave); 327 Move_to(screen_width - 8, 0); 395 Move_to(x_procstate, y_procstate); 523 Move_to(cpustates_column, y_cpustates + cpu); 537 Move_to(cpustates_column + *colp, y_cpustates + cpu); 893 Move_to(0, screen_line); 939 Move_to(0, screen_line); 962 Move_to(x_idlecursor, y_idlecursor); 1227 Move_to(start, line); [all …]
|
| HD | screen.h | 10 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y)) macro
|