Home
last modified time | relevance | path

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

/NextBSD/usr.bin/tput/
HDtput.c142 int arg_need, arg_rows, arg_cols; in process() local
185 arg_rows = atoi(*argv); in process()
187 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc); in process()
196 arg_rows = atoi(*argv); in process()
198 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc); in process()
/NextBSD/lib/libedit/
HDterminal.c1468 int arg_need, arg_cols, arg_rows; in terminal_echotc() local
1606 arg_rows = (int) i; in terminal_echotc()
1615 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in terminal_echotc()
1656 arg_rows = (int) i; in terminal_echotc()
1671 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows); in terminal_echotc()
/NextBSD/contrib/tcsh/
HDed.screen.c523 int arg_need, arg_cols, arg_rows; in EchoTC() local
669 arg_rows = atoi(short2str(*v)); in EchoTC()
677 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW); in EchoTC()
700 arg_rows = atoi(short2str(*v)); in EchoTC()
708 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW); in EchoTC()