Home | History | Annotate | Download | only in newrole

Lines Matching full:clflag

824 	int clflag;		/* holds codes for command line flags */
844 clflag = getopt_long(argc, argv, "r:t:l:pV", long_options,
846 if (clflag == -1)
849 switch (clflag) {