Searched refs:nodisc (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dtty_conf.c114 static struct linesw nodisc = NODISC(0); variable in typeref:struct:linesw
133 if (bcmp(linesw + i, &nodisc, sizeof(nodisc)) == 0) {
157 linesw[discipline] = nodisc;

Completed in 56 milliseconds