Searched refs:T_ASSIGN (Results 1 – 5 of 5) sorted by relevance
163 if (token != T_ASSIGN && p_convstr(&t) < 0) in p_expression()166 if ((*(token == T_ASSIGN ? p_assign : p_function))(cmd, &t, flag) < 0) { in p_expression()
69 #define T_ASSIGN 29 macro
63 if (token != T_ASSIGN) { in p_expr()
88 if (token != T_ASSIGN) { in p_function()
489 cx.x_token = T_ASSIGN; in s_gettok()