Home
last modified time | relevance | path

Searched refs:ppisid (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libpp/common/
H A Dppop.c72 if (!ppisid(*s)) in inithash()
91 return s + !ppisid(*s); in ppkeyname()
788 if (!ppisid(*s)) in ppop()
931 if (!ppisid(*s)) in ppop()
956 if (ppisid(*s) || *s++ == '+') in ppop()
H A Dppcontrol.c1054 if (ppisid(*s)) in ppcontrol()
1057 while (ppisid(*++s)); in ppcontrol()
1261 i0 = ppisid(n); in ppcontrol()
1275 if (ppisid(*p) || *p == MARK) in ppcontrol()
1607 while (ppisid(*p)) in ppcontrol()
1629 while (ppisid(*p)) in ppcontrol()
H A Dpp.h95 #define ppisid(c) ((pptype)[c]&C_ID) macro
H A Dppfsm.c591 if (!ppisid(c)) in ppfsm()
605 if (ppisid(c)) in ppfsm()
H A Dppsearch.c769 if (ppisid(file[0]) && file[1] == ':' && file[2] == '/') in ppsearch()