Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c248 struct expr *exp_op, *exp1, *exp2, *exp3; in reduce() local
261 exp_op = stack_pop(stk, exp1, NULL); in reduce()
262 if (!exp_op) in reduce()
264 tmp_flag = exp_op->flag; in reduce()
265 oop = exp_op->op; in reduce()
266 freeexpr(exp_op); in reduce()
275 exp_op = stack_pop(stk, exp2, NULL); in reduce()
276 if (!exp_op) in reduce()
278 exp1 = stack_pop(stk, exp_op, exp2); in reduce()
282 oop = exp_op->op; in reduce()
[all …]