Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dyacc.py242 def __init__(self,lrtab,errorf): argument
243 self.productions = lrtab.lr_productions
244 self.action = lrtab.lr_action
245 self.goto = lrtab.lr_goto