Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dpp_sort.c366 off_runs stack[60], *stackp; in S_mergesortsv() local
380 stackp = stack; in S_mergesortsv()
381 stackp->runs = dynprep(aTHX_ base, aux, nmemb, cmp); in S_mergesortsv()
382 stackp->offset = offset = 0; in S_mergesortsv()
391 IV runs = stackp->runs; in S_mergesortsv()
399 offset = stackp->offset; in S_mergesortsv()
494 --stackp; in S_mergesortsv()
496 } while ((runs = stackp->runs) == 0); in S_mergesortsv()
500 stackp->runs = 0; /* current run will finish level */ in S_mergesortsv()
509 ++stackp; in S_mergesortsv()
[all …]