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

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y84 static long func_count; /* total number of functions */
2628 if (func_count == 0)
2633 * Could be more than func_count if there are
2680 if (func_count == 0)
2686 emalloc(tab, struct finfo *, func_count * sizeof(struct finfo), "shadow_funcs");
2699 assert(j == func_count);
2702 qsort(tab, func_count, sizeof(struct finfo), fcompare);
2826 func_count++; /* used by profiling / pretty printer */
H A Dawkgram.c210 static long func_count; /* total number of functions */ variable
4467 if (func_count == 0)
4472 * Could be more than func_count if there are
4519 if (func_count == 0)
4525 emalloc(tab, struct finfo *, func_count * sizeof(struct finfo), "shadow_funcs");
4538 assert(j == func_count);
4541 qsort(tab, func_count, sizeof(struct finfo), fcompare);
4665 func_count++; /* used by profiling / pretty printer */

Completed in 62 milliseconds