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

  /src/lib/libform/
field_types.c 106 new->next_choice = NULL;
233 set_fieldtype_choice(FIELDTYPE *fieldtype, int (*next_choice)(FIELD *, char *),
236 if ((fieldtype == NULL) || (next_choice == NULL)
240 fieldtype->next_choice = next_choice;
form.h 263 int (*next_choice)(FIELD *, char *); /* function to select next member in struct:_form_fieldtype
internals.c 67 "SCR_HBHALF", "VALIDATION", "PREV_CHOICE", "NEXT_CHOICE" };
3088 if (type->next_choice == NULL)
3091 return type->next_choice(field,

Completed in 30 milliseconds