Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c186 setop_reduce(unsigned int n, unsigned int op, struct stack *stk, in setop_reduce() function
261 *nexp = setop_reduce(UNARY, oop, stk, exp1, NULL, NULL); in reduce()
278 *nexp = setop_reduce(BINARY, oop, stk, exp1, exp2, NULL); in reduce()
311 *nexp = setop_reduce(TRINARY, oop, stk, exp1, exp2, exp3); in reduce()