Lines Matching refs:optarg
122 if (*optarg == '!')
123 (void) buildlist(&fromexcl, optarg + 1);
125 (void) buildlist(&fromlist, optarg);
131 outfile = optarg;
134 if (*optarg == '!')
135 (void) buildlist(&toexcl, optarg + 1);
137 (void) buildlist(&tolist, optarg);
140 if (*optarg == '!')
141 (void) buildlist(&ifexcl, optarg + 1);
143 (void) buildlist(&iflist, optarg);
146 if (*optarg == '!')
147 (void) buildlist(&vifexcl, optarg + 1);
149 (void) buildlist(&viflist, optarg);