Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c351 struct symbol *spOpt; /* SHIFTREDUCE optimization to this symbol */ member
553 newaction->spOpt = 0; in Action_add()
3412 if( result && ap->spOpt ){ in PrintAction()
3413 fprintf(fp," /* because %s==%s */", ap->sp->name, ap->spOpt->name); in PrintAction()
5093 ap->spOpt = ap2->sp; in CompressTables()