HomeSort by: relevance | last modified time | path
    Searched defs:match_num (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libform/
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]);
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]);

Completed in 21 milliseconds