group             109 modules/gui_tbox.c static char *map_chars(int line, int group)
group             111 modules/gui_tbox.c     return (*charmaps[conf.tbox_char_map])[line][group];
group             233 modules/gui_tbox.c             int group;
group             237 modules/gui_tbox.c             for (group = 0; group < 4; group++)
group             239 modules/gui_tbox.c                 char *tstr = map_chars(line,group);
group             241 modules/gui_tbox.c                 int y = tbox_buttons_y + y_offset[group];
group             244 modules/gui_tbox.c                 x = draw_text_justified(x, y, tstr, MAKE_COLOR(COLOR_GREY, COLOR_WHITE), tbox_width-8, 1, x_just[group]);
group             245 modules/gui_tbox.c                 if ((group == curgroup) && (curchar >= 0))