Searched refs:Previous_Choice (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_driver.c3066 | Function : static bool Previous_Choice(FORM * form,
3078 Previous_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) function
3087 Previous_Choice(form, typ->left, field, argp->left) ||
3088 Previous_Choice(form, typ->right, field, argp->right));
3149 returnCode((Previous_Choice(form, field->type, field, (TypeArgument *)(field->arg)))

Completed in 119 milliseconds