Lines Matching defs:state
646 enum {Normal, Placeholder, Concat} state = Normal;
666 if (state == Concat)
667 state = Normal;
669 state = Placeholder;
686 if (state == Concat)
687 state = Normal;
689 state = Placeholder;
698 state = Normal;
708 if (state == Placeholder)
709 state = Normal;
711 state = Concat;
731 if (state == Concat && merge(containing_token(list), added)) {
739 state = Normal;
1250 int state = match_op(token, ',');
1278 if (state == 1 && is_arg) {
1279 state = is_arg;
1282 state = match_op(t, ',');
1290 if (state == 2)
1617 int state = 0;
1620 switch (state) {
1625 state = 1;
1637 state = 2;
1639 state = 0;
1646 state = 3;
1648 state = 0;
1653 state = 0;