Searched defs:T_NUM (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h47 #define T_NUM 0x00000003 macro
77 unsigned int num; /* T_NUM */
/illumos-gate/usr/src/lib/libcmd/common/
H A Dexpr.c121 #define T_NUM 1 macro
141 #define numeric(np) ((np)->type&T_NUM)
208 np->type = T_NUM;
218 np->type = T_NUM;
280 np->type |= T_NUM;
311 np->type = T_NUM;
325 np->type |= T_NUM;
369 np->type = T_NUM;
389 np->type = T_NUM;
457 np->type = T_NUM;
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h185 L_DECL(T_NUM); variable
H A Dtree.h51 T_NUM, /* num (ull internally) */ enumerator in enum:node::nodetype
125 * - if child is a T_NUM, it is x[0] or x<0> or
183 * info kept for T_TIMEVAL and T_NUM

Completed in 48 milliseconds