libosmovty 1.10.0.57-8972
Osmocom VTY library
|
Command description structure. More...
#include <command.h>
Data Fields | |
const char * | cmd |
Command string. More... | |
const char * | str |
Command's description. More... | |
Command description structure.
const char* desc::cmd |
Command string.
Referenced by cmd_cmdsize(), cmd_complete_command_real(), cmd_describe_command_real(), cmd_execute_command_real(), cmd_execute_command_strict(), cmd_filter(), cmd_make_descvec(), cmp_desc(), desc_unique_string(), is_cmd_ambiguous(), vty_describe_command(), vty_describe_fold(), and vty_dump_element().
const char* desc::str |
Command's description.
Referenced by cmd_make_descvec(), cmd_unique_string(), desc_unique_string(), is_cmd_ambiguous(), len(), vty_describe_command(), vty_describe_fold(), and vty_dump_element().