Searched refs:stack_pop (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 109 stack_pop(struct stack *stk, struct expr *exp_a, struct expr *exp_b) in stack_pop() function 255 exp_op = stack_pop(stk, exp1, NULL); in reduce() 269 exp_op = stack_pop(stk, exp2, NULL); in reduce() 272 exp1 = stack_pop(stk, exp_op, exp2); in reduce() 286 exp_op = stack_pop(stk, exp3, NULL); in reduce() 290 exp2 = stack_pop(stk, exp3, NULL); in reduce() 293 exp_op = stack_pop(stk, exp2, exp3); in reduce() 306 exp1 = stack_pop(stk, exp2, exp3); in reduce() 588 exp = stack_pop(stk, NULL, NULL); in plural_expr() 604 exp_op = stack_pop(stk, exp, NULL); in plural_expr() [all …]
|