Searched refs:st_nument (Results 1 – 1 of 1) sorted by relevance
43 int st_nument; member56 sp->st_nument = STACK_SEEDSIZE; in stack_new()58 sp->st_data = xmalloc(sizeof (void *) * sp->st_nument); in stack_new()99 if (sp->st_top == sp->st_nument) { in stack_push()100 sp->st_nument += STACK_SEEDSIZE; in stack_push()102 sizeof (void *) * sp->st_nument); in stack_push()