Searched refs:T_INIT (Results 1 – 2 of 2) sorted by relevance
467 flag = operator[T_INIT]; in plural_expr()666 if ((ftype == T_INIT) || (ftype == T_LPAR)) { in plural_expr()695 ntype = T_INIT; in plural_expr()709 if ((ftype == T_INIT) || (ftype == T_LPAR)) { in plural_expr()814 if (GETTYPE(exp->flag) != T_INIT) { in plural_expr()
43 #define T_INIT 0x00000001 macro