Lines Matching defs:delay
53 int delay = 0;
76 /* Convert the number representing the delay. */
79 delay = delay * 10 + *cp++ - '0';
82 delay *= 10;
86 delay += *cp - '0';
93 * If the delay is followed by a `*', then
95 * If the delay is followed by a '/', then
96 * the delay is done irregardless of xon/xoff.
110 delay *= affcnt;
125 * If no delay needed, or output speed is
126 * not comprehensible, then don't try to delay.
128 if (delay == 0)
140 (void) _delay(delay, outc);