SYMBOL INDEX (13 symbols across 3 files) FILE: cmd.c function _cmd_to_lower (line 13) | static int _cmd_to_lower(int c) function _cmd_hash (line 20) | static unsigned int _cmd_hash(const char* str) function _cmd_init (line 35) | static void _cmd_init(const void *begin, const void *end) function cmd_t (line 41) | static cmd_t* _get_next_cmd(cmd_t *cmd) function _cmd_match (line 51) | static int _cmd_match(const char *str, const char *cmd) function _list (line 63) | static void _list(void) function cmd_init (line 72) | void cmd_init(void) function cmd_parsing (line 90) | void cmd_parsing(char *str) FILE: cmd.h type cmd_t (line 27) | typedef struct cmd { FILE: test.c function test1_cmd (line 10) | void test1_cmd(void) function test2_cmd (line 15) | void test2_cmd(void) function test3_cmd (line 20) | void test3_cmd(void) function main (line 29) | int main(void)