Searched refs:yes_no (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/common/util/ |
H A D | getresponse.c | 119 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 D | cmd.c | 175 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 D | common.c | 104 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 D | vntsd.h | 450 int *yes_no);
|
/titanic_41/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 113 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 D | cache.h | 90 #define yes_no(flag) (flag == nscd_true)?"yes":"no" macro
|
H A D | cache.c | 532 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()
|