Home
last modified time | relevance | path

Searched refs:PLEVEL (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sgs/yacc/common/
H A Dy3.c322 if (PLEVEL(lt) == 0 || PLEVEL(lp) == 0) { in precftn()
332 if (PLEVEL(lt) == PLEVEL(lp)) in precftn()
334 else if (PLEVEL(lt) > PLEVEL(lp)) in precftn()
H A Ddextern.h136 #define PLEVEL(i) (((i)>>4)&077) macro