draw_char        1235 core/gui_draw.c 	    draw_char(x, y, *s, cl);
draw_char        1241 core/gui_draw.c 	        draw_char(x-FONT_WIDTH,y, '>', cl);
draw_char         125 core/gui_draw.h extern void draw_char(coord x, coord y, const char ch, twoColors cl);
draw_char         331 lib/font/rbf_font.c         draw_char(x,y,ch,cl);
draw_char        1030 modules/file_shelter.c                 draw_char(camera_screen.disp_left+FONT_WIDTH*30, 0, '*', MAKE_COLOR(COLOR_BLACK, COLOR_BLUE));
draw_char        1033 modules/file_shelter.c                 draw_char(camera_screen.disp_left+FONT_WIDTH*30, 0, ' ', MAKE_COLOR(COLOR_BLACK, COLOR_BLUE));
draw_char        1174 modules/file_shelter.c             draw_char(camera_screen.disp_left, 3*FONT_HEIGHT, pc[phase&3], MAKE_COLOR(COLOR_BLACK, COLOR_GREEN));
draw_char         112 modules/gui_hexbox.c         draw_char(posx+digit*FONT_WIDTH, posy, buf[digit], MAKE_COLOR(COLOR_RED, COLOR_WHITE));
draw_char          62 modules/gui_read.c     draw_char(camera_screen.disp_right-FONT_WIDTH, 0,
draw_char         215 modules/gui_tbox.c         draw_char(text_offset_x+fldlen*FONT_WIDTH, text_offset_y, ((strlen(text)-offset)>fldlen) ? '\20' : ' ', MAKE_COLOR(COLOR_GREY, COLOR_RED));
draw_char         216 modules/gui_tbox.c         draw_char(text_offset_x-FONT_WIDTH, text_offset_y, (offset>0) ? '\21' : ' ', MAKE_COLOR(COLOR_GREY, COLOR_RED));
draw_char         246 modules/gui_tbox.c                     draw_char(x+(curchar*FONT_WIDTH), y, tstr[curchar], MAKE_COLOR(COLOR_RED, COLOR_WHITE));    // Selected char cursor
draw_char         134 modules/module_exportlist.c             draw_char