Lines Matching defs:proto
60 struct proto /* proto buffer state */ struct
62 int brace; /* {..} level */
63 int call; /* call level */
64 int fd; /* input file descriptor */
65 char* file; /* input file name */
66 long flags; /* coupled flags */
67 long options; /* uncoupled flags */
68 char* package; /* header package */
69 int line; /* input line count */
70 int test; /* testing */
94 * proto is separate from pp so these undef's are ok argument
266 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); in proto_error() local
338 linesync(register struct proto* proto, register char* p, register long n) in linesync()
361 init(struct proto* proto, char* op, int flags) in init()
545 lex(register struct proto* proto, register long flags) in lex()
2106 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); in pppclose() local
2127 register struct proto* proto; in pppopen() local
2450 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); in pppread() local
2549 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); in pppdrop() local