Lines Matching defs:dial
29 #pragma ident "%Z%%M% %I% %E% SMI" /* from SVR4 bnu:dial.c 1.3 */
33 * dial() returns an fd for an open tty-line connected to the
44 * #include "dial.h"
46 * int dial(call);
52 * rlfd is the "remote-lne file descriptor" returned from dial.
54 * The CALL structure as (defined in dial.h):
72 * The error returns from dial are negative, in the range -1
91 * structure to dial(), will cause those attributes to be set
109 #include "dial.h"
167 dial(call)
171 char speed[10]; /* character value of speed passed to dial */
175 /* dial is more like cu than like uucico. */