Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c507 { MINUS1, { '>' }, KEEP(T_PTRMEM), },
535 { ARROW1, { C_XXX }, BACK(T_PTRMEM), },
759 fsm[MINUS1]['>'] = ~KEEP(T_PTRMEM); in ppfsm()
H A Dpp.h302 #define T_PTRMEM (N_PP+7) /* -> */ macro
H A Dppcontrol.c921 if (o != '.' && o != T_PTRMEM) in ppcontrol()