Lines Matching defs:common
1 mod common;
6 let cmd = common::basic_command(name);
7 common::assert_matches_path(
18 let cmd = common::feature_sample_command(name);
19 common::assert_matches_path(
30 let cmd = common::special_commands_command(name);
31 common::assert_matches_path(
42 let cmd = common::quoting_command(name);
43 common::assert_matches_path(
54 let cmd = common::aliases_command(name);
55 common::assert_matches_path(
66 let cmd = common::sub_subcommands_command(name);
67 common::assert_matches_path(
78 let cmd = common::value_hint_command(name);
79 common::assert_matches_path(
90 let cmd = common::value_terminator_command(name);
91 common::assert_matches_path(
102 let cmd = common::two_multi_valued_arguments_command(name);
103 common::assert_matches_path(