tc                252 core/gui_draw.c static void draw_pixel_simple_start(twoColors tc)
tc                260 core/gui_draw.c     cl = BG_COLOR(tc);
tc                263 core/gui_draw.c     cl = FG_COLOR(tc);
tc                 36 platform/generic/capt_seq.c         int tc = get_tick_count() + PAUSE_FOR_FILE_COUNTER;
tc                 37 platform/generic/capt_seq.c         while ((get_file_counter() == fc) && (get_tick_count() < tc)) {