Searched refs:icols (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/rs/
H A Drs.c85 static int irows, icols; variable
116 printf("%d %d\n", irows, icols);
146 icols = 1;
151 icols++;
181 padto = elem + irows * icols;
256 orows = icols;
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c611 int irows, icols; local
613 if (get_window_size(STDIN_FILENO, &irows, &icols) == 0) {
615 *cols = icols;

Completed in 55 milliseconds