Home
last modified time | relevance | path

Searched refs:ZWFILE (Results 1 – 6 of 6) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcker.h560 #define ZWFILE 10 /* Local file for WRITE (out) */ macro
H A Dckuus6.c636 { "!write-file", ZWFILE, CM_INV },
637 { "append-file", ZWFILE, CM_INV },
649 { "write-file", ZWFILE, 0 }
10182 if (chkfn(ZWFILE) > 0) { in doopen()
10195 success = zxcmd(ZWFILE,line); in doopen()
10214 if (chkfn(ZWFILE) > 0) { in doopen()
10224 return(success = zopeno(ZWFILE,line,NULL,&fcb)); in doopen()
H A Dckufio.c1650 if (n == ZWFILE || n == ZMFILE ||
2072 if (n == ZWFILE)
2100 if (n == ZDIFIL || n == ZWFILE) /* Flush connection log records */
H A Dckuusx.c4742 zclose(ZWFILE);
H A Dckuus5.c5092 y = (x == LOGR) ? ZRFILE : ZWFILE;
H A Dckuusr.c12740 case LOGW: y = ZWFILE; break;