OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 21 06:10:07 GMT 2025