Home
last modified time | relevance | path

Searched refs:dftty (Results 1 – 12 of 12) sorted by path

/dports/comms/gkermit/gkermit-1.0/
H A Dgkermit.c164 char *dftty = CTTNAM; /* Default controlling terminal name */ variable
187 strncpy(ttname,dftty,DEVNAMLEN); /* Default device name. */
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcdeb.h4471 #define CTTNAM dftty
H A Dckcmai.c1606 extern char *dftty; /* Default tty name from ck?tio.c */
3260 ckstrncpy(ttname,dftty,TTNAMLEN); /* Set up default tty name. */
H A Dckucmd.c361 extern char * dftty;
H A Dckutio.c1101 char * dftty = NULL; variable
1107 char *dftty = "/dev/com1.dout"; /* Only example so far of a system */ variable
1111 char *dftty = CTTNAM; /* Remote by default, use normal */ variable
1116 char *dftty = DFTTY; /* Default location specified on */ variable
2170 if (!dftty) in sysinit()
2171 makestr(&dftty,s); in sysinit()
2183 ckstrncpy((char *)cttnam,dftty,DEVNAMLEN+1); in sysinit()
H A Dckuus2.c91 extern char *dftty, *versio, *ckxsys;
10275 printf(" The default device name is %s (i.e. none).\n",dftty);
10280 " with no device name, or if you specify %s as the device name,\n",dftty);
10287 " software. If you SET LINE to a specific device other than %s,\n", dftty);
H A Dckuus5.c451 extern char **xargv, *versio, *ckxsys, *dftty, *lp;
H A Dckuus6.c92 extern char *versio, *protv, *ckxv, *ckzv, *fnsv, *connv, *dftty, *cmdv;
H A Dckuus7.c479 extern char *dftty;
8724 ckstrncpy(ttname,dftty,TTNAMLEN); /* Restore default communication */
8888 host = dftty; /* So go back to normal */
9767 ckstrncpy(ttname,dftty,TTNAMLEN); /* Restore default tty name */
9957 s = dftty; /* so go back to normal tty */
10000 if (!strcmp(s,dftty)) /* Do not generate an error with dftty */
10108 ckstrncpy(ttname,dftty,TTNAMLEN); /* Restore default tty name */
11202 cmfdbi(&fl,_CMFLD,"",dftty,"",0,0,xxstring,NULL,NULL);
11343 cmfdbi(&tx,_CMTXT,"",dftty,"",0,0,xxstring,NULL,NULL);
H A Dckuusr.c217 extern char *cmarg, *cmarg2, **cmlist, *dftty;
H A Dckuusx.c311 extern char ttname[], *dftty, *cmarg, **cmlist, *versio, myhost[];
3249 f = fopen(dftty, "w"); /* open the controlling terminal */
4828 ckstrncpy(ttname,dftty,TTNAMLEN); /* Restore default tty */
H A Dckuusy.c100 extern char * myname, * dftty;