Home
last modified time | relevance | path

Searched refs:T_OREQ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppkey.c98 "-or_eq", T_OREQ,
H A Dpp.h242 #define ppisassignop(x) (((x)>=T_MPYEQ)&&((x)<=T_OREQ))
322 #define T_OREQ (N_PP+27) /* |= */ macro
H A Dppfsm.c530 { OR1, { '=' }, KEEP(T_OREQ), },
H A Dpplex.c777 c = T_OREQ; in ppcpp()