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

  /src/lib/libform/
type_enum.c 253 unsigned cur_choice; local in function:next_enum
263 ta->exact, args, &cur_choice) == FALSE) {
268 _formi_dbg_printf("%s: cur_choice is %u\n", __func__, cur_choice);
270 cur_choice++;
272 if (cur_choice >= ta->num_choices)
273 cur_choice = 0;
275 _formi_dbg_printf("%s: cur_choice is %u on exit\n", __func__,
276 cur_choice);
278 set_field_buffer(field, 0, ta->choices[cur_choice]);
289 unsigned cur_choice; local in function:prev_enum
    [all...]
type_enum.c 253 unsigned cur_choice; local in function:next_enum
263 ta->exact, args, &cur_choice) == FALSE) {
268 _formi_dbg_printf("%s: cur_choice is %u\n", __func__, cur_choice);
270 cur_choice++;
272 if (cur_choice >= ta->num_choices)
273 cur_choice = 0;
275 _formi_dbg_printf("%s: cur_choice is %u on exit\n", __func__,
276 cur_choice);
278 set_field_buffer(field, 0, ta->choices[cur_choice]);
289 unsigned cur_choice; local in function:prev_enum
    [all...]

Completed in 24 milliseconds