Home
last modified time | relevance | path

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

/openbsd/usr.bin/sort/
H A Dradixsort.c71 struct level_stack { struct
72 struct level_stack *next; argument
76 static struct level_stack *g_ls; argument
84 struct level_stack *new_ls; in push_ls()
86 new_ls = sort_malloc(sizeof(struct level_stack)); in push_ls()
102 struct level_stack *saved_ls; in pop_ls_st()