Searched refs:def_col (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c43 int def_row = 0, def_col = 0; variable
98 def_col = parm1;
H A Dext.h187 extern int def_row, def_col;
H A Dsys_term.c892 if (def_row || def_col) {
894 ws.ws_col = def_col;
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dtermstat.c49 int def_row = 0, def_col = 0; variable
521 def_col = parm1;
600 if (def_col || def_row) {
604 ws.ws_col = def_col;
H A Dsys_term.c791 extern int def_row, def_col;
830 if (def_row || def_col) {
832 ws.ws_col = def_col;

Completed in 114 milliseconds