Lines Matching defs:state
56 int state = 0;
80 switch (state) {
83 state = 1;
92 state = 0;
479 int state = 0;
489 switch (state) {
492 state = 1;
496 state = 2;
502 state = 3;
508 state = 2;
513 state = 0;
537 state = 4;
671 int state = 0, found = 0;
687 if (state < 6 && !strcmp(tokens[state], token)) {
688 state++;
701 state = 0;
704 if (state < 6)