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

/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfrm_driver.c2948 | Function : static bool Previous_Choice(
2960 Previous_Choice(FIELDTYPE *typ, FIELD *field, TypeArgument *argp) function
2969 Previous_Choice(typ->left, field, argp->left) ||
2970 Previous_Choice(typ->right, field, argp->right));
3023 returnCode((Previous_Choice(field->type, field, (TypeArgument *)(field->arg)))

Completed in 137 milliseconds