Home
last modified time | relevance | path

Searched refs:help_table (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.5/user/apps/shell/
Dcmd_help.c9 struct help_table_item_t help_table[] = { variable
13 static const int help_table_num = sizeof(help_table) / sizeof(struct help_table_item_t);
19 help_table[i].func(); in shell_help()