Searched refs:errorf (Results 1 – 2 of 2) sorted by relevance
661 self.errorf = { } # Error functions by state680 self.errorf[s] = t793 efunc = self.errorf.get(state,None)975 lexobj.lexstateerrorf = linfo.errorf976 lexobj.lexerrorf = linfo.errorf.get("INITIAL",None)983 if not s in linfo.errorf:988 if not s in linfo.errorf:989 linfo.errorf[s] = linfo.errorf.get("INITIAL",None)
242 def __init__(self,lrtab,errorf): argument246 self.errorfunc = errorf