Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c142 switch (GETOPNUM(e->op)) { in freeexpr()
478 opnum = GETOPNUM(op); in plural_expr()
604 popnum = GETOPNUM(exp->flag); in plural_expr()
710 fopnum = GETOPNUM(flag); in plural_expr()
862 opnum = GETOPNUM(exp->op); in plural_eval()
H A Dplural_parser.h71 #define GETOPNUM(op) (((op) & 0xf0000000) >> 28) macro
H A Dgettext_util.c541 switch (GETOPNUM(e->op)) { in printexpr()