Searched refs:state_index (Results 1 – 3 of 3) sorted by relevance
465 int state_index=-1; in complete_command() local475 state_index++; in complete_command()476 if (state==state_index) { in complete_command()486 state_index++; in complete_command()487 if (state==state_index) in complete_command()497 state_index++; in complete_command()498 if (state==state_index) in complete_command()506 state_index++; in complete_command()507 if (state==state_index) in complete_command()
82 state_index = int(state_test_active)83 if re.match(parse_states[state_index]['terminator'], line):89 if m and m.group(1) in parse_states[state_index]['filters']:90 parse_states[state_index]['filters'][m.group(1)] += 1
86 state_index = int(state_test_active)87 if re.match(parse_states[state_index]['terminator'], line):93 if m and m.group(1) in parse_states[state_index]['filters']:94 parse_states[state_index]['filters'][m.group(1)] += 1