Searched refs:stack_type (Results 1 – 2 of 2) sorted by relevance
46 static int push_stack(int stack_type, ...);1445 static int push_stack(int stack_type, ...) in push_stack() argument1452 va_start(ap, stack_type); in push_stack()1453 switch (s->type = stack_type) { in push_stack()
17022 enum stack_type { enum17033 enum stack_type type;