type_enum.c | 149 bool exact, char *this, unsigned *match_num) 209 *match_num = i; 226 unsigned match_num; local in function:enum_check_field 234 ta->exact, args, &match_num) == TRUE) { 235 _formi_dbg_printf("%s: We matched, match_num %u\n", __func__, 236 match_num); 238 ta->choices[match_num]); 239 set_field_buffer(field, 0, ta->choices[match_num]);
|