Home | History | Annotate | Download | only in src

Lines Matching defs:cp

1179 	char *cp;
1235 cp = buf + left - 1;
1236 if(*cp != '\n')
1237 cp++;
1239 while (--cp >= buf) {
1240 if (*cp == '\n') {
1242 if (++cp >= buf + sizeof(buf)) {
1244 cp = buf;
1265 cp = buf + sizeof(buf);
1276 if (fseeko(tp, (off_t)sizeof(buf) * count + (cp - buf), SEEK_SET) ==
2055 _rl_event_read_char(EditLine *el, char *cp)
2060 *cp = '\0';
2069 num_read = read(el->el_infd, cp, (size_t)1);
2077 num_read = read(el->el_infd, cp, 1);
2082 num_read = read(el->el_infd, cp, 1);