Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuus3.c3451 int sexpdmax = 0; /* Max depth reached (for stats) */ variable
3464 printf(" maximum depth reached: %d\n",sexpdmax); in shosexp()
3522 if (sexpdep > sexpdmax) /* For stats */
3523 sexpdmax = sexpdep;