Searched refs:stack_push (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dstack.h46 void stack_push(stk_t *, void *);
H A Dstack.c95 stack_push(stk_t *sp, void *data) function
H A Dstabs.c203 stack_push(file_stack, (void *)file);
258 stack_push(file_stack, (void *)curhdr);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c91 stack_push(struct stack *stk, struct expr *exp) function
94 printf("--- stack_push ---\n");
506 ret = stack_push(stk, exp);
527 ret = stack_push(stk, exp);
547 ret = stack_push(stk, exp);
568 ret = stack_push(stk, exp);
661 ret = stack_push(stk, exp);
679 ret = stack_push(stk, exp);
718 ret = stack_push(stk, exp);
754 ret = stack_push(st
[all...]

Completed in 59 milliseconds