Searched refs:Previous_Choice (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ncurses/form/ |
H A D | frm_driver.c | 3083 Previous_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Previous_Choice() function 3092 Previous_Choice(form, typ->left, field, argp->left) || in Previous_Choice() 3093 Previous_Choice(form, typ->right, field, argp->right)); in Previous_Choice() 3154 returnCode((Previous_Choice(form, field->type, field, (TypeArgument *)(field->arg))) in CR_Previous_Choice()
|