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

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

Completed in 204 milliseconds