Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/lpr/common_source/
H A Dlp.h52 extern long XC; /* flags to clear for local mode */
H A Dcommon.c76 long XC; /* flags to clear for local mode */ variable
/original-bsd/libexec/getty/
H A Dgettytab.h100 #define XC gettyflags[12].value macro
H A Dsubr.c213 if (XC)
/original-bsd/usr.sbin/lpr/lpd/
H A Dprintjob.c1194 if (cgetnum(bp, "xc", &XC) < 0) in init()
1195 XC = 0; in init()
1417 if (XC) { in setty()
1418 if (ioctl(pfd, TIOCLBIC, &XC) < 0) { in setty()