Searched refs:T_INIT (Results 1 – 2 of 2) sorted by relevance
474 flag = operator[T_INIT]; in plural_expr()673 if ((ftype == T_INIT) || (ftype == T_LPAR)) { in plural_expr()702 ntype = T_INIT; in plural_expr()716 if ((ftype == T_INIT) || (ftype == T_LPAR)) { in plural_expr()821 if (GETTYPE(exp->flag) != T_INIT) { in plural_expr()
45 #define T_INIT 0x00000001 macro