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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c189 setop_reduce(unsigned int n, unsigned int op, struct stack *stk, function
197 printf("---setop_reduce---\n");
267 *nexp = setop_reduce(UNARY, oop, stk, exp1, NULL, NULL);
284 *nexp = setop_reduce(BINARY, oop, stk, exp1, exp2, NULL);
317 *nexp = setop_reduce(TRINARY, oop, stk, exp1, exp2, exp3);

Completed in 56 milliseconds