Lines Matching refs:pos_counter
63 let mut pos_counter = 1; in get_matches_with() localVariable
137 pos_counter, in get_matches_with()
209 pos_counter, in get_matches_with()
312 pos_counter = { in get_matches_with()
313 let is_second_to_last = pos_counter + 1 == positional_count; in get_matches_with()
333 pos_counter in get_matches_with()
345 .find(|a| a.get_index() == Some(pos_counter)) in get_matches_with()
365 pos_counter + 1 in get_matches_with()
367 pos_counter in get_matches_with()
377 pos_counter in get_matches_with()
381 if let Some(arg) = self.cmd.get_keymap().get(&pos_counter) { in get_matches_with()
419 pos_counter += 1; in get_matches_with()
729 pos_counter: usize, in parse_long_arg()
829 .get(&pos_counter) in parse_long_arg()
836 pos_counter in parse_long_arg()
852 pos_counter: usize, in parse_short_arg()
866 .get(&pos_counter) in parse_short_arg()
875 .get(&pos_counter) in parse_short_arg()
885 pos_counter in parse_short_arg()