Home | History | Annotate | Download | only in sepolgen

Lines Matching refs:actionp

1627     actionp = { }             # Action production array (temporary)
1664 actionp[st,"$end"] = p
1680 sprec,slevel = Productions[actionp[st,a].number].prec
1685 actionp[st,a] = p
1705 actionp[st,a] = p
1708 _vfc.write("reduce/reduce conflict in state %d resolved using rule %d (%s).\n" % (st, actionp[st,a].number, actionp[st,a]))
1709 _vf.write(" ! reduce/reduce conflict for %s resolved using rule %d (%s).\n" % (a,actionp[st,a].number, actionp[st,a]))
1714 actionp[st,a] = p
1735 rprec,rlevel = Productions[actionp[st,a].number].prec
1740 actionp[st,a] = p
1758 actionp[st,a] = p
1768 if p is actionp[st,a]:
1774 if p is not actionp[st,a]: