Searched refs:repeat_char (Results 1 – 1 of 1) sorted by relevance
85 void ZPLCompress(unsigned char repeat_char, unsigned repeat_count);742 unsigned char repeat_char; /* Repeated character */ in OutputLine() local830 for (compptr = CompBuffer + 1, repeat_char = CompBuffer[0], repeat_count = 1; in OutputLine()833 if (*compptr == repeat_char) in OutputLine()837 ZPLCompress(repeat_char, repeat_count); in OutputLine()838 repeat_char = *compptr; in OutputLine()842 if (repeat_char == '0') in OutputLine()858 ZPLCompress(repeat_char, repeat_count); in OutputLine()1038 ZPLCompress(unsigned char repeat_char, /* I - Character to repeat */ in ZPLCompress() argument1076 putchar((int)repeat_char); in ZPLCompress()