Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dscreen.c129 static char *tc_cursor_motion; variable
207 if ((go = tgoto(tc_cursor_motion, 0, screen_length - 1)) != NULL) in screen_getsize()
303 (tc_cursor_motion = tgetstr("cm", &bufptr)) == NULL) in screen_readtermcap()
320 if ((go = tgoto(tc_cursor_motion, 0, 0)) != NULL) in screen_readtermcap()
518 char *go = tgoto(tc_cursor_motion, x, y); in screen_move()