Lines Matching refs:code
2 * tty.c - code for handling serial ports in pppd.
10 * 1. Redistributions of source code must retain the above copyright
38 * 1. Redistributions of source code must retain the above copyright
118 static int record_write __P((FILE *, int code, u_char *buf, int nb,
1225 record_write(f, code, buf, nb, tp)
1227 int code;
1251 putc(code, f);