Searched refs:ndebug_names (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c115 static int ndebug_names; variable
179 } else if (ndebug_names >= MAXDEBUG_NAMES) {
185 debug_names[ndebug_names++] = word;
283 if (ndebug_names == 0)
286 for (i = 0; i < ndebug_names; i++)
303 for (i = 0; i < ndebug_names; i++) {
308 for (i++; i < ndebug_names; i++)
310 ndebug_names--;
357 if (ndebug_names <= 0)
359 for (i = 0; i < ndebug_names;
[all...]

Completed in 16 milliseconds