Searched refs:stack_pop (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 111 stack_pop(struct stack *stk, in stack_pop() function 261 exp_op = stack_pop(stk, exp1, NULL); in reduce() 275 exp_op = stack_pop(stk, exp2, NULL); in reduce() 278 exp1 = stack_pop(stk, exp_op, exp2); in reduce() 292 exp_op = stack_pop(stk, exp3, NULL); in reduce() 296 exp2 = stack_pop(stk, exp3, NULL); in reduce() 299 exp_op = stack_pop(stk, exp2, exp3); in reduce() 312 exp1 = stack_pop(stk, exp2, exp3); in reduce() 595 exp = stack_pop(stk, NULL, NULL); in plural_expr() 611 exp_op = stack_pop(stk, exp, NULL); in plural_expr() [all …]
|
/titanic_44/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) in stack_pop() function
|
H A D | stabs.c | 235 str = (char *)stack_pop(file_stack); in stabs_read()
|