params_7plus1_t Struct Reference


Detailed Description

global variables for Dic_search_word_by_len :

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]


Field Documentation

Dictionary params_7plus1_t::search_dic
 

Definition at line 98 of file dic_search.c.

Referenced by Dic_search_7pl1(), and Dic_search_word_by_len().

int params_7plus1_t::search_len
 

Definition at line 99 of file dic_search.c.

Referenced by Dic_search_7pl1(), and Dic_search_word_by_len().

char params_7plus1_t::search_letters[DIC_LETTERS]
 

Definition at line 103 of file dic_search.c.

Referenced by Dic_search_7pl1(), and Dic_search_word_by_len().

char(* params_7plus1_t::search_wordlist)[RES_7PL1_MAX][DIC_WORD_MAX]
 

Definition at line 104 of file dic_search.c.

Referenced by Dic_search_7pl1(), and Dic_search_word_by_len().

int params_7plus1_t::search_wordlistlen
 

Definition at line 100 of file dic_search.c.

Referenced by Dic_search_7pl1(), and Dic_search_word_by_len().

int params_7plus1_t::search_wordlistlenmax
 

Definition at line 101 of file dic_search.c.

Referenced by Dic_search_7pl1(), and Dic_search_word_by_len().

char params_7plus1_t::search_wordtst[DIC_WORD_MAX]
 

Definition at line 102 of file dic_search.c.

Referenced by Dic_search_7pl1(), and Dic_search_word_by_len().


The documentation for this struct was generated from the following file:
Generated on Thu Dec 29 02:01:15 2005 for Eliot by  doxygen 1.4.5