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

/freebsd-9.3-release/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-9.3-release/contrib/tcsh/
H A Ded.screen.c523 int arg_need, arg_cols, arg_rows; local
669 arg_rows = atoi(short2str(*v));
677 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW);
700 arg_rows = atoi(short2str(*v));
708 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW); local
/freebsd-9.3-release/lib/libedit/
H A Dterm.c1482 int arg_need, arg_cols, arg_rows; local
1630 arg_rows = (int) i;
1639 term_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1680 arg_rows = (int) i;
1695 term_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);

Completed in 78 milliseconds