Home
last modified time | relevance | path

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

/NextBSD/usr.bin/tput/
HDtput.c142 int arg_need, arg_rows, arg_cols; in process() local
181 arg_cols = 0; in process()
187 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc); in process()
192 arg_cols = 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
1597 arg_cols = 0; in terminal_echotc()
1615 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in terminal_echotc()
1640 arg_cols = (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
668 arg_cols = 0; in EchoTC()
677 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW); in EchoTC()
692 arg_cols = atoi(short2str(*v)); in EchoTC()
708 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW); in EchoTC()