Searched defs:stack_st (Results 1 – 7 of 7) sorted by relevance
66 typedef struct stack_st { struct67 int num;68 char **data;69 int sorted;70 int num_alloc;71 int (*comp) (const void *, const void *);
97 typedef struct stack_st { struct112 #define STACK_OF(type) struct stack_st_##type argument
110 typedef struct stack_st { struct125 #define STACK_OF(type) struct stack_st_##type argument