Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/util/
H A Dgetresponse.c119 yes_no(int (*func)(char *)) in yes_no() function
179 return (yes_no(yes_check)); in yes()
185 return (yes_no(no_check)); in no()
/titanic_41/usr/src/cmd/vntsd/
H A Dcmd.c175 int yes_no = 1; in acquire_write() local
221 &yes_no)) != VNTSD_SUCCESS) { in acquire_write()
225 if (yes_no == B_FALSE) { in acquire_write()
H A Dcommon.c104 vntsd_get_yes_no(vntsd_client_t *clientp, char *msg, int *yes_no) in vntsd_get_yes_no() argument
144 *yes_no = B_TRUE; in vntsd_get_yes_no()
149 *yes_no = B_FALSE; in vntsd_get_yes_no()
H A Dvntsd.h450 int *yes_no);
/titanic_41/usr/src/tools/onbld/hgext/
H A Dcdm.py113 def yes_no(ui, msg, default): function
222 if not yes_no(ui, "Are you sure you wish to push?", False):
989 if not yes_no(ui, "These files will be removed by recommit."
1003 if yes_no(ui, 'Do you want to backup files first?', True):
1382 if yes_no(ui, "Create a list based on your changes thus far?", True):
/titanic_41/usr/src/cmd/nscd/
H A Dcache.h90 #define yes_no(flag) (flag == nscd_true)?"yes":"no" macro
H A Dcache.c532 yes_no(cfgp->enable)); in print_cfg()
534 yes_no(cfgp->per_user)); in print_cfg()
536 yes_no(cfgp->avoid_ns)); in print_cfg()
538 yes_no(cfgp->check_files)); in print_cfg()