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

/freebsd-13-stable/contrib/dialog/
H A Deditbox.c276 #define SCROLL_TO(target) show_all = scroll_to(pagesize, listsize, &base_row, &thisrow, target)
359 bool show_all, show_one, was_mouse; local
434 show_all = TRUE;
441 if (show_all) {
445 show_all = FALSE;
613 show_all = TRUE;
691 show_all = TRUE;
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c185 zprop_iter_common(zprop_func func, void *cb, boolean_t show_all, argument
213 if ((order[i]->pd_visible || show_all) &&
/freebsd-13-stable/usr.sbin/mpsutil/
H A Dmps_show.c50 static int show_all(int ac, char **av);
495 show_all(int ac, char **av) function
509 MPS_COMMAND(show, all, show_all, "", "Show all devices");
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibzfs.h574 extern int zprop_iter(zprop_func func, void *cb, boolean_t show_all,
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1972 zprop_iter(zprop_func func, void *cb, boolean_t show_all, boolean_t ordered, argument
1975 return (zprop_iter_common(func, cb, show_all, ordered, type));

Completed in 62 milliseconds