Home | History | Annotate | Download | only in sepolgen

Lines Matching refs:yaccdebug

61 yaccdebug   = 1                # Debugging mode.  If set, yacc generates a
909 if yaccdebug:
914 if yaccdebug: _vf.write(" %s\n"% s)
918 if yaccdebug:
942 if yaccdebug:
1114 if 0 and yaccdebug:
1151 if 0 and yaccdebug:
1634 if yaccdebug:
1652 if yaccdebug:
1764 if yaccdebug:
1780 if yaccdebug:
1792 if yaccdebug:
1797 if yaccdebug:
1960 def yacc(method=default_lr, debug=yaccdebug, module=None, tabmodule=tab_module, start=None, check_recursion=1, optimize=0,write_tables=1,debugfile=debug_file,outputdir=''):
1961 global yaccdebug
1962 yaccdebug = debug
2160 if yaccdebug: