Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c140 case TRINARY: in freeexpr()
198 case TRINARY: in setop_reduce()
224 case TRINARY: in setop_reduce()
283 case TRINARY: in reduce()
311 *nexp = setop_reduce(TRINARY, oop, stk, exp1, exp2, exp3); in reduce()
769 result = reduce(&nexp, TRINARY, in plural_expr()
906 case TRINARY: in plural_eval()
H A Dplural_parser.h40 #define TRINARY 3 macro