Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/android/flex-2.5.4a/
Ddfa.c413 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod() local
429 duplist[i] = NIL; in ntod()
608 sympartition( dset, dsize, symlist, duplist ); in ntod()
616 if ( duplist[sym] == NIL ) in ntod()
656 targ = state[duplist[sym]]; in ntod()
676 duplist[sym] = NIL; in ntod()
1013 void sympartition( ds, numstates, symlist, duplist ) in sympartition() argument
1015 int symlist[], duplist[];
1026 duplist[i] = i - 1;
1030 duplist[1] = NIL;
[all …]