HomeSort by relevance Sort by last modified time
    Searched refs:repeat_char (Results 1 - 2 of 2) sorted by null

  /external/libcups/filter/
rastertolabel.c 85 void ZPLCompress(unsigned char repeat_char, unsigned repeat_count);
742 unsigned char repeat_char; /* Repeated character */ local
830 for (compptr = CompBuffer + 1, repeat_char = CompBuffer[0], repeat_count = 1;
833 if (*compptr == repeat_char)
837 ZPLCompress(repeat_char, repeat_count);
838 repeat_char = *compptr;
842 if (repeat_char == '0')
858 ZPLCompress(repeat_char, repeat_count);
1038 ZPLCompress(unsigned char repeat_char, /* I - Character to repeat */
1076 putchar((int)repeat_char);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 347 #define repeat_char CUR Strings[121] macro
    [all...]

Completed in 65 milliseconds