Searched refs:stack_pop (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | stack.h | 44 void *stack_pop(stk_t *);
|
H A D | stack.c | 78 stack_pop(stk_t *sp) function
|
H A D | stabs.c | 235 str = (char *)stack_pop(file_stack);
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 111 stack_pop(struct stack *stk, function 124 printf("--- stack_pop ---\n"); 261 exp_op = stack_pop(stk, exp1, NULL); 275 exp_op = stack_pop(stk, exp2, NULL); 278 exp1 = stack_pop(stk, exp_op, exp2); 292 exp_op = stack_pop(stk, exp3, NULL); 296 exp2 = stack_pop(stk, exp3, NULL); 299 exp_op = stack_pop(stk, exp2, exp3); 312 exp1 = stack_pop(stk, exp2, exp3); 595 exp = stack_pop(st [all...] |
Completed in 59 milliseconds