Searched defs:list_only (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/prtfru/
H A Dmain.c50 int containers_only = 0, dtd = 0, list_only = 0, nodtd = 0, option, local
68 list_only = 1;
123 return (prtfru(searchpath, containers_only, list_only, xml));
H A Dprtfru.c151 static int containers_only = 0, list_only = 0, saved_status = 0, xml = 0; variable
1229 if (list_only)
1310 list_only = list_only_flag;
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c57 static int found_frupath = 0, list_only = 0, recursive = 0, variable
821 if (list_only) {
873 list_only = 1;
894 if (list_only) {
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1188 int list_only, const char *name,
10870 * list_only int If non-zero, install an action that only lists
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;
10883 gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn, int list_only, const char *name, const char *keyseq) argument
10916 _gl_completion_action(GetLine *gl, void *data, CplMatchFn *match_fn, int list_only, const char *name, const char *keyseq) argument

Completed in 98 milliseconds