Searched refs:arg_rows (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 519 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/contrib/libedit/ |
H A D | terminal.c | 1457 int arg_need, arg_cols, arg_rows; in terminal_echotc() local 1595 arg_rows = (int) i; in terminal_echotc() 1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in terminal_echotc() 1645 arg_rows = (int) i; in terminal_echotc() 1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows); in terminal_echotc()
|