Searched refs:setop1 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 159 setop1(unsigned int op, unsigned int num, in setop1() function 496 exp = setop1(op, 0, stk, flag); in plural_expr() 517 exp = setop1(op, 0, stk, flag); in plural_expr() 537 exp = setop1(op, 0, stk, flag); in plural_expr() 558 exp = setop1(op, 0, stk, flag); in plural_expr() 651 exp = setop1(op, 0, stk, flag); in plural_expr() 661 exp = setop1(op, type == T_NUM ? num : 0, stk, flag); in plural_expr()
|