Home
last modified time | relevance | path

Searched refs:TerminalWindowSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/telnet/
H A Dexterns.h251 int TerminalWindowSize(long *, long *);
H A Dcommands.c1341 err = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in suspend()
1348 if (TerminalWindowSize(&newrows, &newcols) && connected && in suspend()
1368 err = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in shell()
1398 if (TerminalWindowSize(&newrows, &newcols) && connected && in shell()
H A Dsys_bsd.c440 TerminalWindowSize(long *rows, long *cols) in TerminalWindowSize() function
H A Dtelnet.c2366 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */ in sendnaws()