Lines Matching refs:optarg
91 extern char *optarg;
117 ptr->p_device = optarg;
134 count = optarg;
135 if (strcheck(optarg,NUM) != 0) {
142 ptr->p_termtype = optarg;
145 switch (*optarg) {
159 ptr->p_server = optarg;
163 timeout = optarg;
164 if (strcheck(optarg,NUM) != 0) {
171 ptr->p_ttylabel = optarg;
175 ptr->p_modules = optarg;
180 copystr(ptr->p_prompt,optarg);
184 copystr(ptr->p_dmsg,optarg);