Home
last modified time | relevance | path

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

/dragonfly/usr.bin/telnet/
HDexterns.h298 TerminalWindowSize(long *, long *),
HDcommands.c1288 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in suspend()
1295 if (TerminalWindowSize(&newrows, &newcols) && connected && in suspend()
1316 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in shell()
1346 if (TerminalWindowSize(&newrows, &newcols) && connected && in shell()
HDsys_bsd.c773 TerminalWindowSize(long *rows, long *cols) in TerminalWindowSize() function
HDtelnet.c2353 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */ in sendnaws()