Home
last modified time | relevance | path

Searched refs:highpty (Results 1 – 2 of 2) sorted by relevance

/original-bsd/libexec/telnetd/
H A Dtelnetd.c95 int lowpty = 0, highpty; /* low, high pty numbers */ variable
164 highpty = getnpty();
293 highpty = atoi(c);
297 if ((lowpty > highpty) || (lowpty < 0) ||
298 (highpty > 32767)) {
H A Dsys_term.c519 extern lowpty, highpty;
522 for (*ptynum = lowpty; *ptynum <= highpty; (*ptynum)++) {