Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c15415 #define MLSDEPTH 128 /* Stack of open temp files */ macro
15417 static FILE * tmpfilptr[MLSDEPTH+1] = { NULL, NULL }; /* Temp file pointers */
15418 static char * tmpfilnam[MLSDEPTH+1] = { NULL, NULL }; /* Temp file names */
15764 if (mlsdepth < MLSDEPTH) {