Home
last modified time | relevance | path

Searched refs:cmdstats (Results 1 – 2 of 2) sorted by path

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusr.c8091 int cmdstats[256] = { -1, -1 }; variable
8112 if (cmdstats[0] == -1) { /* Count commands */
8115 cmdstats[i] = 0;
8156 cmdstats[cx]++;
H A Dckuusx.c4930 extern int cmdstats[];
4955 if (cmdstats[i])
4956 debug(F111,"CMSTATS",ckitoa(i),cmdstats[i]);