Lines Matching refs:linetable
547 unsigned char c, linetable[256], vlibuf[8];
572 bp += g16(&linetable[bp], 0);
573 bp += g16(&linetable[bp], 0);
574 bp += g32(&linetable[bp], 0);
592 bp += wq32(&linetable[bp], (uint32_t)t->chars_in_line);
593 if ((unsigned int)bp > sizeof(linetable) - 6) {
594 if ((int)write(t->fd, linetable, (unsigned int)bp) != bp) {
595 lwsl_err("%s: linetable write failed\n",
1053 if ((int)write(t->fd, linetable, (size_t)bp) != bp)
1065 g16(linetable, (uint16_t)(t->c - (jg2_file_offset)lbh));
1066 g16(linetable + 2, (uint16_t)(t->line_number - sline));
1067 g32(linetable + 4, (uint32_t)chars);
1068 if ((int)write(t->fd, linetable, 8) != 8) {
1069 lwsl_err("%s: write linetable header failed\n", __func__);