Searched refs:Next_Choice (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libform/ |
H A D | frm_driver.c | 3043 Next_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Next_Choice() function 3052 Next_Choice(form, typ->left, field, argp->left) || in Next_Choice() 3053 Next_Choice(form, typ->right, field, argp->right)); in Next_Choice() 3134 returnCode((Next_Choice(form, field->type, field, (TypeArgument *)(field->arg))) in CR_Next_Choice()
|