Lines Matching refs:state
212 static int state; variable
230 int state; member
253 saved->state = state; in app_push()
277 state = 0; in app_push()
290 state = saved->state; in app_pop()
469 switch (state) in do_scrub_chars()
475 state = old_state; in do_scrub_chars()
514 state = old_state; in do_scrub_chars()
531 state = 5; in do_scrub_chars()
539 state = 0; in do_scrub_chars()
583 state = old_state; in do_scrub_chars()
591 state = old_state; in do_scrub_chars()
597 state = 6; in do_scrub_chars()
605 state = old_state; in do_scrub_chars()
616 state = 5; in do_scrub_chars()
670 state = 1; in do_scrub_chars()
690 state = 17; in do_scrub_chars()
695 state = 9; in do_scrub_chars()
702 state = 9; in do_scrub_chars()
718 if (ch == TC_PREDICATE_START_CHAR && (state == 0 || state == 1)) in do_scrub_chars()
720 state += 14; in do_scrub_chars()
724 else if (state == 14 || state == 15) in do_scrub_chars()
728 state -= 14; in do_scrub_chars()
747 if ((state == 0 || state == 1) && ch == symver_pseudo[0]) in do_scrub_chars()
778 if ((state == 0 || state == 1) in do_scrub_chars()
826 if (state != 0) in do_scrub_chars()
829 state = 0; in do_scrub_chars()
846 if (state == 0) in do_scrub_chars()
850 state = 1; in do_scrub_chars()
866 state = 9; in do_scrub_chars()
893 if ((state == 2 || state == 11) in do_scrub_chars()
897 state = 1; in do_scrub_chars()
902 switch (state) in do_scrub_chars()
909 state = 3; in do_scrub_chars()
939 state = 3; in do_scrub_chars()
944 state = 10; /* Sp after symbol char */ in do_scrub_chars()
948 state = 1; in do_scrub_chars()
955 state = 3; in do_scrub_chars()
961 BAD_CASE (state); in do_scrub_chars()
1006 state = 0; in do_scrub_chars()
1015 if (state == 9 || state == 10) in do_scrub_chars()
1016 state = 3; in do_scrub_chars()
1023 if (state == 10) in do_scrub_chars()
1027 state = 3; in do_scrub_chars()
1035 else if (state == 9) in do_scrub_chars()
1038 old_state = state; in do_scrub_chars()
1039 state = 5; in do_scrub_chars()
1046 if (state == 9 && enable_h_tick_hex) in do_scrub_chars()
1055 if (state == 10) in do_scrub_chars()
1059 state = 3; in do_scrub_chars()
1097 if (state == 9) in do_scrub_chars()
1100 old_state = state; in do_scrub_chars()
1101 state = -1; in do_scrub_chars()
1109 state = 9; in do_scrub_chars()
1111 if (state == 9 || state == 10) in do_scrub_chars()
1112 state = 3; in do_scrub_chars()
1113 else if (state != 3) in do_scrub_chars()
1114 state = 1; in do_scrub_chars()
1129 state = 0; in do_scrub_chars()
1134 state = 1; in do_scrub_chars()
1157 state = 0; in do_scrub_chars()
1172 state = 13; in do_scrub_chars()
1187 state = -2; in do_scrub_chars()
1196 if (state == 0 || state == 1) /* Only comment at start of line. */ in do_scrub_chars()
1215 if (ch < '0' || ch > '9' || state != 0 || startch != '#') in do_scrub_chars()
1230 state = 0; in do_scrub_chars()
1236 state = -1; in do_scrub_chars()
1256 if (state == 10) in do_scrub_chars()
1269 && state != 1 in do_scrub_chars()
1270 && state != 10) in do_scrub_chars()
1303 state = 0; in do_scrub_chars()
1328 if (state == 10) in do_scrub_chars()
1334 state = 3; in do_scrub_chars()
1341 if (state == 3 && (ch == 'a' || ch == 'A')) in do_scrub_chars()
1343 state = 16; in do_scrub_chars()
1348 state = 17; in do_scrub_chars()
1354 state = 9; in do_scrub_chars()
1364 if (state == 3) in do_scrub_chars()
1365 state = 9; in do_scrub_chars()
1416 if (state == 0) in do_scrub_chars()
1418 state = 11; /* Now seeing label definition. */ in do_scrub_chars()
1420 else if (state == 1) in do_scrub_chars()
1422 state = 2; /* Ditto. */ in do_scrub_chars()
1424 else if (state == 9) in do_scrub_chars()
1427 state = 3; in do_scrub_chars()
1429 else if (state == 10) in do_scrub_chars()
1456 state = 3; in do_scrub_chars()