Lines Matching defs:cmd
6 let cmd = common::basic_command(name); in basic() localVariable
13 let cmd = common::feature_sample_command(name); in feature_sample() localVariable
20 let cmd = common::special_commands_command(name); in special_commands() localVariable
27 let cmd = common::quoting_command(name); in quoting() localVariable
34 let cmd = common::aliases_command(name); in aliases() localVariable
41 let cmd = common::sub_subcommands_command(name); in sub_subcommands() localVariable
48 let cmd = common::value_hint_command(name); in value_hint() localVariable
55 let cmd = common::hidden_option_command(name); in hidden_options() localVariable
62 let cmd = common::env_value_command(name); in value_env() localVariable
69 let cmd = common::possible_values_command(name); in possible_values() localVariable
76 let mut cmd = common::sub_subcommands_command(name); in sub_subcommands_help() localVariable
78 let cmd = cmd in sub_subcommands_help() localVariable