Home
last modified time | relevance | path

Searched refs:XYLINE (Results 1 – 5 of 5) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusr.h960 #define XYLINE 15 /* Communication line to use */ macro
H A Dckuusr.c2081 { "l", XYLINE, CM_INV|CM_ABR },
2086 { "line", XYLINE, CM_LOC },
2134 { "port", XYLINE, CM_LOC },
2136 { "port", XYLINE, CM_INV|CM_LOC },
H A Dckuus2.c10259 case XYLINE:
H A Dckuus3.c9774 case XYLINE: /* SET LINE (= SET PORT) */
H A Dckuus6.c10234 if ((y = setlin((x == OPN_SER) ? XYLINE : XYHOST, 1, 0)) < 0) { in doopen()