HomeSort by: relevance | last modified time | path
    Searched refs:prev_choice (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libform/
field_types.c 107 new->prev_choice = NULL;
234 int (*prev_choice)(FIELD *, char *))
237 || (prev_choice == NULL))
241 fieldtype->prev_choice = prev_choice;
form.h 265 int (*prev_choice)(FIELD *, char *); /* function to select prev member in struct:_form_fieldtype
internals.c 67 "SCR_HBHALF", "VALIDATION", "PREV_CHOICE", "NEXT_CHOICE" };
3095 if (type->prev_choice == NULL)
3098 return type->prev_choice(field,

Completed in 14 milliseconds