Home
last modified time | relevance | path

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

/DragonOS-0.1.2/user/apps/shell/
Dcmd_help.c12 static const int help_table_num = sizeof(help_table) / sizeof(struct help_table_item_t); variable
17 for (int i = 0; i < help_table_num; ++i) in shell_help()