Home
last modified time | relevance | path

Searched refs:OPN_SER (Results 1 – 2 of 2) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuus6.c452 { "line", OPN_SER, CM_INV },
453 { "port", OPN_SER, 0 },
455 { "line", OPN_SER, 0 },
456 { "port", OPN_SER, CM_INV },
10227 case OPN_SER: /* OPEN PORT or LINE */ in doopen()
10234 if ((y = setlin((x == OPN_SER) ? XYLINE : XYHOST, 1, 0)) < 0) { in doopen()
H A Dckuusr.h898 #define OPN_SER 8 /* PORT or LINE */ macro