Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppkey.c83 "-and_eq", T_ANDEQ,
H A Dpp.h320 #define T_ANDEQ (N_PP+25) /* &= */ macro
H A Dppfsm.c493 { AND1, { '=' }, KEEP(T_ANDEQ), },
H A Dpplex.c762 c = T_ANDEQ; in ppcpp()