Searched refs:cursor_motion (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/top/
H A Dscreen.h12 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y))
20 extern char *cursor_motion;
H A Dscreen.c49 char *cursor_motion; variable
149 (cursor_motion = tgetstr("cm", &bufptr)) == NULL)
166 strncpy(home, tgoto(cursor_motion, 0, 0), sizeof(home) - 1);
269 (void) strncpy(lower_left, tgoto(cursor_motion, 0, screen_length - 1),

Completed in 53 milliseconds