Home
last modified time | relevance | path

Searched refs:T_MPYEQ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h242 #define ppisassignop(x) (((x)>=T_MPYEQ)&&((x)<=T_OREQ))
313 #define T_MPYEQ (N_PP+18) /* *= */ macro
H A Dppfsm.c497 { STAR1, { '=' }, KEEP(T_MPYEQ), },
H A Dpplex.c765 c = T_MPYEQ; in ppcpp()