HomeSort by: relevance | last modified time | path
    Searched defs:tc_cursor_motion (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/
screen.c 129 static char *tc_cursor_motion; variable
207 if ((go = tgoto(tc_cursor_motion, 0, screen_length - 1)) != NULL)
303 (tc_cursor_motion = tgetstr("cm", &bufptr)) == NULL)
320 if ((go = tgoto(tc_cursor_motion, 0, 0)) != NULL)
518 char *go = tgoto(tc_cursor_motion, x, y);
screen.c 129 static char *tc_cursor_motion; variable
207 if ((go = tgoto(tc_cursor_motion, 0, screen_length - 1)) != NULL)
303 (tc_cursor_motion = tgetstr("cm", &bufptr)) == NULL)
320 if ((go = tgoto(tc_cursor_motion, 0, 0)) != NULL)
518 char *go = tgoto(tc_cursor_motion, x, y);

Completed in 30 milliseconds