Searched refs:is_position (Results 1 – 3 of 3) sorted by relevance
32 pub(crate) fn is_position(&self) -> bool { in is_position() method
528 let num_p = cmd.get_keymap().keys().filter(|x| x.is_position()).count(); in _verify_positionals()
75 .filter(|x| x.is_position()) in get_matches_with()