Home
last modified time | relevance | path

Searched refs:Next_Choice (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/ncurses/form/
HDfrm_driver.c2927 Next_Choice(FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Next_Choice() function
2936 Next_Choice(typ->left, field, argp->left) || in Next_Choice()
2937 Next_Choice(typ->right, field, argp->right)); in Next_Choice()
3002 returnCode((Next_Choice(field->type, field, (TypeArgument *)(field->arg))) in CR_Next_Choice()