Searched refs:arg_cols (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/lib/libedit/ |
| D | terminal.c | 1457 int arg_need, arg_cols, arg_rows; in terminal_echotc() local 1586 arg_cols = 0; in terminal_echotc() 1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in terminal_echotc() 1629 arg_cols = (int) i; in terminal_echotc() 1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows); in terminal_echotc()
|