Searched refs:lowpty (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_unicos.c72 static int lowpty; variable
165 lowpty=0;
177 for (npty = lowpty;npty <= highpty;npty++)
213 expDiagLog("exp_getptymaster: lowpty=%d highpty=%d\n",lowpty,highpty);
214 for (npty = lowpty; npty <= highpty; npty++) {
344 for (npty = lowpty; npty <= highpty; npty++) {
360 for (npty = lowpty; npty <= highpty; npty++) {
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c115 int lowpty = 0, highpty; /* low, high pty numbers */ variable
285 lowpty = atoi(optarg);
286 if ((lowpty > highpty) || (lowpty < 0) ||
487 fprintf(stderr, " [-r[lowpty]-[highpty]]");
H A Dsys_term.c474 extern lowpty, highpty;
478 for (*ptynum = lowpty; *ptynum <= highpty; (*ptynum)++) {

Completed in 178 milliseconds