a pointer to the structure is passed as a parameter so that all the search_* variables appear to the functions as global but the code remains re-entrant. Should be better to change the algorithm ...
Definition at line 97 of file dic_search.c.
Data Fields | |
Dictionary | search_dic |
int | search_len |
int | search_wordlistlen |
int | search_wordlistlenmax |
char | search_wordtst [DIC_WORD_MAX] |
char | search_letters [DIC_LETTERS] |
char(* | search_wordlist )[RES_7PL1_MAX][DIC_WORD_MAX] |
|
Definition at line 98 of file dic_search.c. Referenced by Dic_search_7pl1(), and Dic_search_word_by_len(). |
|
Definition at line 99 of file dic_search.c. Referenced by Dic_search_7pl1(), and Dic_search_word_by_len(). |
|
Definition at line 103 of file dic_search.c. Referenced by Dic_search_7pl1(), and Dic_search_word_by_len(). |
|
Definition at line 104 of file dic_search.c. Referenced by Dic_search_7pl1(), and Dic_search_word_by_len(). |
|
Definition at line 100 of file dic_search.c. Referenced by Dic_search_7pl1(), and Dic_search_word_by_len(). |
|
Definition at line 101 of file dic_search.c. Referenced by Dic_search_7pl1(), and Dic_search_word_by_len(). |
|
Definition at line 102 of file dic_search.c. Referenced by Dic_search_7pl1(), and Dic_search_word_by_len(). |