Home | History | Annotate | Download | only in source

Lines Matching defs:others

3192 	short others   [257];			// next symbol in current branch of tree
3198 others [i] = -1; // init links to empty
3261 while (others [c1] >= 0)
3263 c1 = others [c1];
3269 others [c1] = (short) c2;
3275 while (others [c2] >= 0)
3277 c2 = others [c2];