#include <regexp.h>
Definition at line 85 of file regexp.h.
Data Fields | |
int | minlength |
maximum length for results | |
int | maxlength |
maximum length for results | |
char | symbl [DIC_SEARCH_REGE_LIST] |
special symbol associated with the list | |
int | valid [DIC_SEARCH_REGE_LIST] |
0 or 1 if list is valid | |
char | letters [DIC_SEARCH_REGE_LIST][DIC_LETTERS] |
0 or 1 if letter is present in the list |
|
0 or 1 if letter is present in the list
Definition at line 95 of file regexp.h. Referenced by s_automaton_successor(). |
|
maximum length for results
Definition at line 89 of file regexp.h. Referenced by PRegExp::compute_enter(), and Dic_search_RegE(). |
|
maximum length for results
Definition at line 87 of file regexp.h. Referenced by PRegExp::compute_enter(), and Dic_search_RegE(). |
|
special symbol associated with the list
Definition at line 91 of file regexp.h. Referenced by s_automaton_successor(). |
|
0 or 1 if list is valid
Definition at line 93 of file regexp.h. Referenced by s_automaton_successor(). |