Lines Matching refs:fstack_count
96 static int fstack_count, fstack_1_count, fstack_2_count; variable
103 if (fstack_count == MERGE_FNUM) { in save_for_merge()
128 fstack_count = 0; in save_for_merge()
131 fstack[fstack_count].fp = fp; in save_for_merge()
132 fstack[fstack_count++].get = get; in save_for_merge()
165 count += fstack_count; in merge_sort()
173 while (fstack_count > 0) in merge_sort()
174 fstack[--i] = fstack[--fstack_count]; in merge_sort()
181 fstack_count = count; in merge_sort()
186 fstack_count = count > MERGE_FNUM ? MERGE_FNUM : count; in merge_sort()
190 fstack_count = 1; in merge_sort()
206 for (nfiles = i = 0; i < fstack_count; i++) { in merge_sort_fstack()