Lines Matching defs:view
68 static const char *view = "";
88 {"view", required_argument, NULL, 'V' },
115 view = getnameappendix (progname, "zkt-conf");
117 defconfname = getdefconfname (view);
142 case 'V': /* view name */
143 view = optarg;
144 defconfname = getdefconfname (view);
319 fprintf (stderr, "usage: %s [-V view] [-w|-t] -d [-O <optstr>]\n", progname);
320 fprintf (stderr, "usage: %s [-V view] [-w|-t] [-s] [-c config] [-O <optstr>]\n", progname);
321 fprintf (stderr, "usage: %s [-V view] [-w|-t] [-a] -l [-c config] [-O <optstr>]\n", progname);
325 fprintf (stderr, " -V name%s", loptstr (", --view=name\n", ""));
326 fprintf (stderr, "\t\t specify the view name \n");