Lines Matching defs:c
158 c) Note that the bit time of 3.3ms adds to the potential error in
598 char c;
603 c = up->cmdqueue[0]; /* Next char to be sent. */
609 if(c != '\0') {
610 if(write(pp->io.fd, &c, 1) != 1) {
614 else if(debug) { printf("arc: sent `%2.2x', fd %d.\n", c, pp->io.fd); }
879 char c;
936 c = rbufp->recv_buffer[0];
941 ((pp->lencode != 1) || (c != '\r')) &&
948 printf("arc: stamp -->%c<-- (%d chars rcvd)\n",
949 ((c == '\r') ? 'R' : (isgraph((unsigned char)c) ? c : '?')),
1040 c = rbufp->recv_buffer[i];
1043 if(c != '\r' && c != 'h') { pp->a_lastcode[pp->lencode++] = c; }
1052 if((c == 'o') && (pp->lencode == 1)) {