Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/sort/
H A Dmsort.c96 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()
[all …]