Searched defs:repeat_char (Results 1 – 2 of 2) sorted by relevance
745 unsigned char repeat_char; /* Repeated character */ in OutputLine() local1041 ZPLCompress(unsigned char repeat_char, /* I - Character to repeat */ in ZPLCompress()
283 fn repeat_char(c: char, count: usize) -> String { in repeat_char() function