Home
last modified time | relevance | path

Searched defs:yes_no (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/common/util/
H A Dgetresponse.c119 yes_no(int (*func)(char *)) in yes_no() function
/titanic_41/usr/src/cmd/vntsd/
H A Dcmd.c175 int yes_no = 1; in acquire_write() local
H A Dcommon.c104 vntsd_get_yes_no(vntsd_client_t *clientp, char *msg, int *yes_no) in vntsd_get_yes_no()
/titanic_41/usr/src/tools/onbld/hgext/
H A Dcdm.py113 def yes_no(ui, msg, default): function
/titanic_41/usr/src/cmd/nscd/
H A Dcache.h90 #define yes_no(flag) (flag == nscd_true)?"yes":"no" macro