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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_conf.c125 * linesw_p: Pointer to linesw_p.
130 ldisc_register(int discipline, struct linesw *linesw_p) argument
145 if (slot != -1 && linesw_p)
146 linesw[slot] = *linesw_p;

Completed in 17 milliseconds