Home | History | Annotate | Download | only in yacc

Lines Matching full:plevel

143 func PLEVEL(i int) int { return (i >> 4) & 077 }
2292 if PLEVEL(lt) == 0 || PLEVEL(lp) == 0 {
2297 s, temp1[t], PLEVEL(lt), r, PLEVEL(lp), symnam(t))
2302 if PLEVEL(lt) == PLEVEL(lp) {
2304 } else if PLEVEL(lt) > PLEVEL(lp) {