Home | History | Annotate | Download | only in include

Lines Matching full:char

64   unsigned char num_list;
65 unsigned char type;
66 unsigned char *list; /*list of items to match against for question*/
73 unsigned char letter;
74 unsigned char left_context[MAX_NUM_CONTEXT];
75 unsigned char right_context[MAX_NUM_CONTEXT];
76 char left_phone1;
77 char let_in_word;
78 char syl_in_word;
79 char syl2_in_word;
80 char syl_in_root;
81 char syl2_in_root;
82 char word_len;
90 unsigned char letter;
112 char *letters;
113 char *type;
120 char **phones;
126 char **outputs;
127 char **input_for_output;
130 char **strings;
132 char *string_lens;
141 char *allowable_cons_comb[MAX_CONS_COMB];
152 void replace_eti_phones(char *dest, char *src);