Lines Matching defs:c
7 * Copyright (c) 1983 Regents of the University of California.
159 #define pc(x) (c = x, (void) write(AC, &c, 1))
170 char c;
206 i = read(AC, &c, 1);
208 printf("read %d chars, char=%c, errno %d\n", i, c, errno);
211 c = 'M';
212 if (c == 'B' || c == 'G') {
213 char cc, oc = c;
218 (void) printf("abort response=%c\n", cc);
220 c = oc;
225 (void) printf("dialit: returns %c\n", c);
227 return (c);