HomeSort by relevance Sort by last modified time
    Searched full:newstp (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 875 struct state *newstp; /* A pointer to a successor state */ local
903 newstp = getstate(lemp);
905 /* The state "newstp" is reached from the state "stp" by a shift action
910 Action_add(&stp->ap,SHIFT,sp->subsym[i],(char*)newstp);
913 Action_add(&stp->ap,SHIFT,sp,(char *)newstp);
    [all...]

Completed in 478 milliseconds