Searched refs:show_all (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/dialog/ |
| D | editbox.c | 265 #define SCROLL_TO(target) show_all = scroll_to(pagesize, listsize, &base_row, &thisrow, target) 346 bool show_all, show_one, was_mouse; in dlg_editbox() local 414 show_all = TRUE; in dlg_editbox() 421 if (show_all) { in dlg_editbox() 425 show_all = FALSE; in dlg_editbox() 583 show_all = TRUE; in dlg_editbox() 657 show_all = TRUE; in dlg_editbox()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| D | zprop_common.c | 166 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, in zprop_iter_common() argument 194 if ((order[i]->pd_visible || show_all) && in zprop_iter_common()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_util.c | 1539 zprop_iter(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, in zprop_iter() argument 1542 return (zprop_iter_common(func, cb, show_all, ordered, type)); in zprop_iter()
|
| D | libzfs.h | 495 extern int zprop_iter(zprop_func func, void *cb, boolean_t show_all,
|