Home
last modified time | relevance | path

Searched refs:list_only (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/prtfru/
H A Dmain.c48 int containers_only = 0, dtd = 0, list_only = 0, nodtd = 0, option, in main() local
66 list_only = 1; in main()
121 return (prtfru(searchpath, containers_only, list_only, xml)); in main()
H A Dprtfru.h36 int prtfru(const char *searchpath, int containers_only, int list_only,
H A Dprtfru.c151 static int containers_only = 0, list_only = 0, saved_status = 0, xml = 0; variable
1229 if (list_only) in process_node()
1310 list_only = list_only_flag; in prtfru()
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c59 static int found_frupath = 0, list_only = 0, recursive = 0, variable
823 if (list_only) { in walk_tree()
875 list_only = 1; in main()
896 if (list_only) { in main()
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h496 int list_only, const char *name, const char *keyseq);
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1187 int list_only, const char *name,
10884 int list_only, const char *name, const char *keyseq)
10903 status = _gl_completion_action(gl, data, match_fn, list_only, name, keyseq);
10917 int list_only, const char *name,
10925 KtKeyFn *action_fn = list_only ? gl_list_completions : gl_complete_word;