Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c111 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 Dstack.h44 void *stack_pop(stk_t *);
H A Dstack.c78 stack_pop(stk_t *sp) in stack_pop() function
H A Dstabs.c235 str = (char *)stack_pop(file_stack); in stabs_read()