Searched refs:arg_rows (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/usr.bin/tput/ |
| D | tput.c | 142 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()
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | ed.screen.c | 523 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()
|
| /freebsd-10-stable/lib/libedit/ |
| D | term.c | 1482 int arg_need, arg_cols, arg_rows; in term_echotc() local 1630 arg_rows = (int) i; in term_echotc() 1639 term_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in term_echotc() 1680 arg_rows = (int) i; in term_echotc() 1695 term_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows); in term_echotc()
|