Lines Matching refs:speed
95 register char * speed;
211 * the ".speed" member if the ".speed" member isn't already
213 * move any value from the ".speed" member to the stty list.
217 if (prbufp->speed)
218 speed = Strdup(prbufp->speed);
220 speed = 0;
244 * If "prbufp->speed" isn't set, then
245 * use the speed we just found. Don't
246 * check "speed", because if more than
247 * one speed was given in the list, we
250 if (!prbufp->speed) {
251 if (speed)
252 Free (speed);
253 speed = Strdup(p);
258 * Not a speed, so copy it to the
271 } else if (!prbufp->dial_info && speed) {
274 newstty = Malloc(strlen(stty) + 1 + strlen(speed) + 1);
285 strcat (newstty, speed);
288 strcpy (newstty, speed);
289 Free (speed);
290 speed = 0;
304 if (speed)
305 Free (speed);
312 if (speed)
313 Free (speed);
425 print_str(fdout, HEAD, speed);
460 if (speed)
461 Free (speed);