Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/tput/
H A Dtput.c144 int arg_need, arg_rows, arg_cols; in process() local
187 arg_rows = atoi(*argv); in process()
189 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc); in process()
198 arg_rows = atoi(*argv); in process()
200 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc); in process()
/freebsd-13.1/contrib/tcsh/
H A Ded.screen.c519 int arg_need, arg_cols, arg_rows; in EchoTC() local
665 arg_rows = atoi(short2str(*v)); in EchoTC()
673 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW); in EchoTC()
696 arg_rows = atoi(short2str(*v)); in EchoTC()
704 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW); in EchoTC()
/freebsd-13.1/contrib/libedit/
H A Dterminal.c1458 int arg_need, arg_cols, arg_rows; in terminal_echotc() local
1596 arg_rows = (int) i; in terminal_echotc()
1605 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in terminal_echotc()
1646 arg_rows = (int) i; in terminal_echotc()
1661 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows); in terminal_echotc()