Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c93 printf(" type: %s\n", type_name[GETTYPE(exp->op)]); in stack_push()
94 printf(" flag: %s\n", type_name[GETTYPE(exp->flag)]); in stack_push()
123 type_name[GETTYPE((stk->ptr[stk->index - 1])->op)]); in stack_pop()
125 type_name[GETTYPE((stk->ptr[stk->index - 1])->flag)]); in stack_pop()
136 printf(" type: %s\n", type_name[GETTYPE(e->op)]); in freeexpr()
165 type = GETTYPE(op); in setop1()
193 type = GETTYPE(op); in setop_reduce()
199 printf(" exp3 type: %s\n", type_name[GETTYPE(exp3->op)]); in setop_reduce()
201 printf(" exp2 type: %s\n", type_name[GETTYPE(exp2->op)]); in setop_reduce()
203 printf(" exp1 type: %s\n", type_name[GETTYPE(exp1->op)]); in setop_reduce()
[all …]
H A Dplural_parser.h67 #define GETTYPE(op) ((op) & 0x000fffff) macro
H A Dgettext_util.c542 switch (GETTYPE(e->op)) { in printexpr()
556 gprintf(level, "OP: %s\n", op_name[GETTYPE(e->op)]); in printexpr()