Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h46 #define T_VAR 0x00000004 macro
H A Dplural_parser.c348 ret = T_VAR; in gettoken()
660 if ((type == T_NUM) || (type == T_VAR)) { in plural_expr()
860 } else if (type == T_VAR) { in plural_eval()
H A Dgettext_util.c546 case T_VAR: in printexpr()