Lines Matching refs:c
403 f, c = self.grid[x*xscale+(xscale-1-(i%xscale))405 if c:410 if c and c is not True:411 best_c = c416 c = best_c418 c = CHARS_BRAILLE[b]420 c = CHARS_DOTS[b]422 c = ' '426 c = '\x1b[%sm%s\x1b[m' % (best_f, c)431 c = '+'433 c = '^'435 c = '>'437 c = '|'439 c = '-'441 row_.append(c)