Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py661 self.errorf = { } # Error functions by state
680 self.errorf[s] = t
793 efunc = self.errorf.get(state,None)
975 lexobj.lexstateerrorf = linfo.errorf
976 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)
H A Dyacc.py242 def __init__(self,lrtab,errorf): argument
246 self.errorfunc = errorf