Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c143 case TRINARY: in freeexpr()
201 case TRINARY: in setop_reduce()
230 case TRINARY: in setop_reduce()
289 case TRINARY: in reduce()
317 *nexp = setop_reduce(TRINARY, oop, stk, exp1, exp2, exp3); in reduce()
776 result = reduce(&nexp, TRINARY, in plural_expr()
914 case TRINARY: in plural_eval()
H A Dplural_parser.h42 #define TRINARY 3 macro