c2 65 core/suba.c #define ISADJ(c1,c2) (CEND(c1) == (c2)) c2 271 core/suba.c cell *c1, *c2; c2 279 core/suba.c c2 = CEND(c1); c2 280 core/suba.c c2->h.size = 0; c2 281 core/suba.c c2->h.magic = CELL_MAGIC; c2 282 core/suba.c c2->next = 0; c2 285 core/suba.c c1->next = c2; c2 376 lib/font/rbf_font.c int rbf_draw_string_c(int x, int y, const char *str, twoColors c1, int c, twoColors c2) { c2 380 lib/font/rbf_font.c l+=rbf_draw_char(x+l, y, *str++, (i==c)?c2:c1); c2 631 modules/games/gui_sudoku.c void exchange_column(int c1, int c2) c2 637 modules/games/gui_sudoku.c field[i][c1]=field[i][c2]; c2 638 modules/games/gui_sudoku.c field[i][c2]=temp; c2 468 platform/ixus240_elph320hs/kbd.c twoColors c2 = MAKE_COLOR((camMode&MODE_VID)?COLOR_TRANSPARENT:COLOR_BLACK, COLOR_GREEN); c2 480 platform/ixus240_elph320hs/kbd.c if (guiMode && (keymap[i].hackkey == KEY_PRINT)) cl = c2; c2 481 platform/ixus240_elph320hs/kbd.c if (keymap[i].conf_val && *keymap[i].conf_val) cl = c2; c2 231 platform/ixus310_elph500hs/kbd.c color c2 = MAKE_COLOR(COLOR_GREY_DK_TRANS, COLOR_GREEN); c2 245 platform/ixus310_elph500hs/kbd.c if (camera_info.state.gui_mode && (keymap[i].hackkey == KEY_PRINT)) cl = c2; c2 246 platform/ixus310_elph500hs/kbd.c if (keymap[i].conf_val && *keymap[i].conf_val) cl = c2; c2 265 platform/n/kbd.c twoColors c2 = MAKE_COLOR(COLOR_WHITE, COLOR_BLUE_DK); // Right side keys c2 285 platform/n/kbd.c if ((x1 >180) || (*keymap[i].conf_val)) clr=c2; c2 265 platform/n_facebook/kbd.c twoColors c2 = MAKE_COLOR(COLOR_WHITE, COLOR_BLUE_DK); // Right side keys c2 285 platform/n_facebook/kbd.c if ((x1 >180) || (*keymap[i].conf_val)) clr=c2; c2 159 tools/pakwif.c int r, rtot, start, towr, i, c1, c2; c2 165 tools/pakwif.c c2 = start % CRYPT2_SIZE; c2 174 tools/pakwif.c cbuf[i] = ((unsigned char*)buf)[i+rtot] ^ crypt1[c1++] ^ crypt2[c2++]; c2 178 tools/pakwif.c if (c2 >= CRYPT2_SIZE) c2 179 tools/pakwif.c c2 = 0; c2 195 tools/pakwif.c int r, rtot, start, towr, i, c1, c2; c2 201 tools/pakwif.c c2 = start % CRYPT2_SIZE; c2 211 tools/pakwif.c ((unsigned char*)buf)[i+rtot] = ((unsigned char*)cbuf)[i] ^ crypt1[c1++] ^ crypt2[c2++]; c2 215 tools/pakwif.c if (c2 >= CRYPT2_SIZE) c2 216 tools/pakwif.c c2 = 0; c2 166 tools/rawconvert.c unsigned char c1, c2; c2 170 tools/rawconvert.c c2=*src++; c2 171 tools/rawconvert.c *dst++=c2;