Searched refs:stack_push (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | stack.h | 46 void stack_push(stk_t *, void *);
|
H A D | stack.c | 95 stack_push(stk_t *sp, void *data) function
|
H A D | stabs.c | 203 stack_push(file_stack, (void *)file); 258 stack_push(file_stack, (void *)curhdr);
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 91 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