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

  /src/distrib/utils/more/
screen.c 96 *sc_move, /* General cursor positioning */ variable
341 sc_move = tgetstr("cm", &sp);
342 if (hard || sc_move == NULL || *sc_move == '\0')
346 * always need sc_move.
349 sc_move = "";
383 if (*sc_move == '\0')
399 (void)strlcpy(sp, tgoto(sc_move, 0, 0),
409 if (*sc_move == '\0')
418 (void)strlcpy(sp, tgoto(sc_move, 0, sc_height-1)
    [all...]
  /src/external/bsd/less/dist/
screen.c 209 *sc_move, /* General cursor positioning */ variable
1363 sc_move = ltgetstr("cm", &sp);
1364 if (sc_move == NULL || *sc_move == '\0')
1368 * always need sc_move.
1371 sc_move = "";
1401 if (*sc_move == '\0')
1405 strcpy(sp, tgoto(sc_move, 0, 0));
1418 if (*sc_move == '\0')
1422 strcpy(sp, tgoto(sc_move, 0, sc_height-1))
    [all...]

Completed in 32 milliseconds