Searched refs:show_all (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Deditbox.c268 #define SCROLL_TO(target) show_all = scroll_to(pagesize, listsize, &base_row, &thisrow, target)
349 bool show_all, show_one, was_mouse; local
418 show_all = TRUE;
425 if (show_all) {
429 show_all = FALSE;
592 show_all = TRUE;
666 show_all = TRUE;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzprop_common.c166 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, argument
194 if ((order[i]->pd_visible || show_all) &&
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c50 static int show_all(int ac, char **av);
425 show_all(int ac, char **av) function
439 MPS_COMMAND(show, all, show_all, "", "Show all devices");
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c1595 zprop_iter(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, argument
1598 return (zprop_iter_common(func, cb, show_all, ordered, type));
H A Dlibzfs.h532 extern int zprop_iter(zprop_func func, void *cb, boolean_t show_all,

Completed in 87 milliseconds