HomeSort by relevance Sort by last modified time
    Searched refs:T_NUM (Results 1 - 17 of 17) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
plural_parser.h 47 #define T_NUM 0x00000003
77 unsigned int num; /* T_NUM */
plural_parser.c 81 "T_INIT", "T_EXP", "T_NUM", "T_VAR", "T_CONDC", "T_CONDQ",
182 if (type == T_NUM)
351 ret = T_NUM;
667 if ((type == T_NUM) || (type == T_VAR)) {
668 exp = setop1(op, type == T_NUM ? num : 0, stk, flag);
706 printf("========================== T_NUM/T_VAR for loop in\n");
799 printf("======================= T_NUM/T_VAR for loop out\n");
866 if (type == T_NUM) {
gettext_util.c 544 case T_NUM:
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
expr.c 121 #define T_NUM 1
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...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/
check.c 187 * a number(T_NUM), or a simple
206 /* T_NUM allowed */
207 if (np->t == T_NUM)
248 if (np->t != T_NUM)
283 if (np->t != T_NUM && np->t != T_FUNC)
439 case T_NUM:
678 case T_NUM:
922 if (np->u.name.child->t != T_NUM &&
950 np->u.name.child->t != T_NUM) {
984 case T_NUM
    [all...]
tree.h 51 T_NUM, /* num (ull internally) */
125 * - if child is a T_NUM, it is x[0] or x<0> or
183 * info kept for T_TIMEVAL and T_NUM
literals.h 185 L_DECL(T_NUM);
tree.c 170 case T_NUM:
305 case T_NUM:
431 case T_NUM:
743 struct node *ret = newnode(T_NUM, file, line);
    [all...]
ptree.c 143 case T_NUM:
502 case T_NUM: return L_T_NUM;
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
iexpr.c 122 case T_NUM:
211 case T_NUM:
ipath.c 119 np->u.name.child->t == T_NUM)
259 namep->u.name.child->t == T_NUM)
eval.c 81 if (lhs->u.name.child && lhs->u.name.child->t == T_NUM) {
94 if (rhs->u.name.child && rhs->u.name.child->t == T_NUM) {
1026 if (np1f->u.name.child->t == T_NUM &&
1043 if (np1t->u.name.child->t == T_NUM &&
1080 newnode(T_NUM, np->file, np->line);
1105 newnode(T_NUM, np->file, np->line);
1128 newnp = newnode(T_NUM, np->file, np->line);
1148 newnode(T_NUM, np->file, np->line);
    [all...]
itree.c 233 case T_NUM:
235 newnode(T_NUM, file, line);
273 * instanced (i.e., with a T_NUM child).
334 newnp->u.name.child = newnode(T_NUM, oldepname->file,
338 npref->u.name.child->t != T_NUM) {
398 case T_NUM:
399 nrhs = newnode(T_NUM, orhs->file, orhs->line);
581 cpnode->u.name.child = newnode(T_NUM, NULL, 0);
832 else if (norknp->t == T_NUM)
905 cpnode->u.name.child = newnode(T_NUM, NULL, 0)
    [all...]
config.c 222 ASSERT(rhs->u.name.child->t == T_NUM);
524 numn = newnode(T_NUM, NULL, 0);
eft_mdb.c 492 case T_NUM: /* num (ull internally) */
platform.c 1129 case T_NUM:
    [all...]
fme.c 1162 ASSERT(nN->t == T_NUM);
    [all...]

Completed in 2999 milliseconds