Lines Matching refs:cp
72 char buffer[4096], *cp, *sep;80 cp = buffer;81 while (*cp) {83 cp = strchr(cp, '\002');84 if (!cp)86 cp++;90 sep = strchr(cp, '\001');93 send_output(cp, 0, SEND_LOG);95 cp = sep + 1;