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

/opensolaris-onvv-gate/usr/src/common/util/
H A Dgetresponse.c122 yes_no(int (*func)(char *)) function
179 return (yes_no(yes_check));
185 return (yes_no(no_check));
/opensolaris-onvv-gate/usr/src/cmd/vntsd/
H A Dcmd.c175 int yes_no = 1; local
221 &yes_no)) != VNTSD_SUCCESS) {
225 if (yes_no == B_FALSE) {
H A Dcommon.c104 vntsd_get_yes_no(vntsd_client_t *clientp, char *msg, int *yes_no) argument
144 *yes_no = B_TRUE;
149 *yes_no = B_FALSE;
H A Dvntsd.h450 int *yes_no);
/opensolaris-onvv-gate/usr/src/cmd/nscd/
H A Dcache.h90 #define yes_no(flag) (flag == nscd_true)?"yes":"no" macro
H A Dcache.c531 yes_no(cfgp->enable));
533 yes_no(cfgp->per_user));
535 yes_no(cfgp->avoid_ns));
537 yes_no(cfgp->check_files));
/opensolaris-onvv-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py73 def yes_no(ui, msg, default): function
186 if not yes_no(ui, "Are you sure you wish to push?", False):
828 if not yes_no(ui, "These files will be removed by recommit."
842 if yes_no(ui, 'Do you want to backup files first?', True):

Completed in 64 milliseconds