c2 693 lib/strutil/strutil8bit.c gint c1, c2; c2 699 lib/strutil/strutil8bit.c c2 = isupper ((guchar) *s2) ? tolower ((guchar) *s2) : *s2; c2 700 lib/strutil/strutil8bit.c if (c1 != c2) c2 701 lib/strutil/strutil8bit.c return (c1 - c2); c2 731 lib/strutil/strutil8bit.c gint c1, c2; c2 738 lib/strutil/strutil8bit.c c2 = isupper ((guchar) *s2) ? tolower ((guchar) *s2) : *s2; c2 739 lib/strutil/strutil8bit.c if (c1 != c2) c2 740 lib/strutil/strutil8bit.c return (c1 - c2); c2 91 lib/strutil/strverscmp.c unsigned char c1, c2; c2 118 lib/strutil/strverscmp.c c2 = *p2++; c2 122 lib/strutil/strverscmp.c while ((diff = c1 - c2) == 0) c2 129 lib/strutil/strverscmp.c c2 = *p2++; c2 133 lib/strutil/strverscmp.c state = result_type[state * 3 + (((c2 == '0') + (g_ascii_isdigit (c2) ? 1 : 0)))]; c2 171 src/editor/edit-impl.h void edit_set_markers (WEdit *edit, off_t m1, off_t m2, long c1, long c2); c2 977 src/editor/edit.c int c1, c2; c2 988 src/editor/edit.c c2 = edit_buffer_get_current_byte (&edit->buffer); c2 989 src/editor/edit.c if (c2 == '\n') c2 991 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c2 993 src/editor/edit.c if (isspace (c1) && !isspace (c2)) c2 995 src/editor/edit.c if (s != 0 && !isspace (c1) && isspace (c2)) c2 1016 src/editor/edit.c int c1, c2; c2 1027 src/editor/edit.c c2 = edit_buffer_get_current_byte (&edit->buffer); c2 1028 src/editor/edit.c if (c2 == '\n') c2 1030 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c2 1032 src/editor/edit.c if (isspace (c1) && !isspace (c2)) c2 1034 src/editor/edit.c if (s != 0 && !isspace (c1) && isspace (c2)) c2 1147 src/editor/edit.c int c1, c2; c2 1152 src/editor/edit.c c2 = edit_buffer_get_current_byte (&edit->buffer); c2 1153 src/editor/edit.c if (c2 == '\n') c2 1155 src/editor/edit.c if ((isspace (c1) == 0) != (isspace (c2) == 0)) c2 1157 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c2 1169 src/editor/edit.c int c1, c2; c2 1174 src/editor/edit.c c2 = edit_buffer_get_previous_byte (&edit->buffer); c2 1175 src/editor/edit.c if (c2 == '\n') c2 1177 src/editor/edit.c if ((isspace (c1) == 0) != (isspace (c2) == 0)) c2 1179 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c2 2070 src/editor/edit.c long c1, c2; c2 2072 src/editor/edit.c blocklen = edit_insert_column_from_file (edit, file, &mark1, &mark2, &c1, &c2); c2 2073 src/editor/edit.c edit_set_markers (edit, edit->buffer.curs1, mark2, c1, c2); c2 3106 src/editor/edit.c edit_set_markers (WEdit *edit, off_t m1, off_t m2, long c1, long c2) c2 3111 src/editor/edit.c edit->column2 = c2; c2 400 src/editor/editbuffer.c int c1, c2; c2 405 src/editor/editbuffer.c c2 = edit_buffer_get_byte (buf, word_start - 1); c2 407 src/editor/editbuffer.c if (is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n') c2 416 src/editor/editbuffer.c c2 = edit_buffer_get_byte (buf, word_start + match_expr->len + 1); c2 419 src/editor/editbuffer.c while (!(is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n')); c2 504 src/editor/editcmd.c long curs_line, c1, c2; c2 518 src/editor/editcmd.c c2 = MAX (edit->column1, edit->column2); c2 520 src/editor/editcmd.c edit->column2 = c2; c2 1339 src/editor/editcmd.c long c1 = 0, c2 = 0; c2 1357 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, col_delta, &mark1, &mark2, &c1, &c2); c2 1373 src/editor/editcmd.c edit_set_markers (edit, edit->buffer.curs1, mark2, c1, c2); c2 1401 src/editor/editcmd.c long c1, c2, b_width; c2 1407 src/editor/editcmd.c c2 = MAX (edit->column1, edit->column2); c2 1408 src/editor/editcmd.c b_width = c2 - c1; c2 1418 src/editor/editcmd.c if (b1 == b2 && x2 > c1 && x2 <= c2) c2 1424 src/editor/editcmd.c if (x > c2) c2 1426 src/editor/editcmd.c else if (x > c1 && x <= c2) c2 1446 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, b_width, &mark1, &mark2, &c1, &c2); c2 1447 src/editor/editcmd.c edit_set_markers (edit, mark1, mark2, c1, c2); c2 681 src/editor/spell.c int c1, c2; c2 683 src/editor/spell.c c2 = edit_buffer_get_current_byte (&edit->buffer); c2 690 src/editor/spell.c c1 = c2; c2 692 src/editor/spell.c c2 = edit_buffer_get_current_byte (&edit->buffer); c2 694 src/editor/spell.c while (is_break_char (c1) || is_break_char (c2)); c2 361 src/viewer/ascii.c int c2, c3, c4, c5; c2 377 src/viewer/ascii.c if (!mcview_get_next_char (view, &state_after_three_chars, &c2)) c2 379 src/viewer/ascii.c if (c2 != '\b') c2 447 src/viewer/internal.h int c0, c1, c2; c2 457 src/viewer/internal.h if (!mcview_get_byte_indexed (view, offset, 2, &c2) || !g_ascii_isprint (c2)) c2 460 src/viewer/internal.h return (c0 == c2 || c0 == '_' || (c0 == '+' && c2 == 'o'));