Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstack.c43 int st_nument; member
56 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()