Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c3078 Previous_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Previous_Choice() function
3087 Previous_Choice(form, typ->left, field, argp->left) || in Previous_Choice()
3088 Previous_Choice(form, typ->right, field, argp->right)); in Previous_Choice()
3149 returnCode((Previous_Choice(form, field->type, field, (TypeArgument *)(field->arg))) in CR_Previous_Choice()