Home | History | Annotate | Download | only in sepolgen

Lines Matching refs:actlist

1650         actlist = [ ]              # List of actions
1672 actlist.append((a,p,"reduce using rule %d (%s)" % (p.number,p)))
1723 actlist.append((a,p,"shift and go to state %d" % j))
1766 for a,p,m in actlist:
1772 for a,p,m in actlist: