Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c54 if (!ISOPERATOR(i)) in cfoll()
234 if (!ISOPERATOR(i)) in first()
249 ISOPERATOR(name[parent[v]]) && in first()
290 ISOPERATOR(name[parent[v]]) && in first()
358 if (!ISOPERATOR(name[curpos])) in cgoto()
465 if ((!ISOPERATOR(j) && j == c) || in nextstate()
H A Dsub1.c777 if (ISOPERATOR(a)) { in mn0()
815 if (!ISOPERATOR(i)) in dupl()
933 if (!ISOPERATOR(name[t])) { in treedump()
H A Dldefs.h119 #define ISOPERATOR(n) ((n & 0xc080) == 0x4000) macro
H A Dsub3.c250 if (!ISOPERATOR(c)) { in repbycgid()