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

/freebsd-11-stable/usr.bin/tput/
H A Dtput.c142 int arg_need, arg_rows, arg_cols; local
185 arg_rows = atoi(*argv);
187 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc);
196 arg_rows = atoi(*argv);
198 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc); local
/freebsd-11-stable/lib/libedit/
H A Dterminal.c1482 int arg_need, arg_cols, arg_rows; local
1620 arg_rows = (int) i;
1629 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1670 arg_rows = (int) i;
1685 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);
/freebsd-11-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

Completed in 67 milliseconds