Lines Matching defs:bytes
671 * Bytes 1, 2:
676 * <command byte><command number(4 bytes)><bytes><null>
769 sn1, /* bytes 1 to 4 of a line no */
774 hist_count_lines(unsigned char *base, int bytes)
779 while (bytes--) {
855 * return the pointer and the number of bytes left
858 hist_skip_back(unsigned char *base, int *bytes, int no)
863 for (ep = base + *bytes; --ep > base; ) {
874 *bytes = *bytes - ((char *)ep - (char *)base);
885 histload(Source *s, unsigned char *base, int bytes)
891 for (state = shdr; bytes-- > 0; base++) {
960 int bytes;
971 bytes = sizenow - hsize;
982 histload(hist_source, news, bytes);
1003 bytes = strlen(cmd) + 1;
1005 (write(histfd, cmd, bytes) != bytes))