c1 678 lib/strutil/strutil8bit.c gint c1, c2; c1 688 lib/strutil/strutil8bit.c c1 = isupper ((guchar) * s1) ? tolower ((guchar) * s1) : *s1; c1 690 lib/strutil/strutil8bit.c if (c1 != c2) c1 691 lib/strutil/strutil8bit.c return (c1 - c2); c1 717 lib/strutil/strutil8bit.c gint c1, c2; c1 725 lib/strutil/strutil8bit.c c1 = isupper ((guchar) * s1) ? tolower ((guchar) * s1) : *s1; c1 727 lib/strutil/strutil8bit.c if (c1 != c2) c1 728 lib/strutil/strutil8bit.c return (c1 - c2); c1 92 lib/strutil/strverscmp.c unsigned char c1, c2; c1 122 lib/strutil/strverscmp.c c1 = *p1++; c1 125 lib/strutil/strverscmp.c state = S_N + ((c1 == '0') + (isdigit (c1) != 0)); c1 127 lib/strutil/strverscmp.c while ((diff = c1 - c2) == 0) c1 129 lib/strutil/strverscmp.c if (c1 == '\0') c1 133 lib/strutil/strverscmp.c c1 = *p1++; c1 135 lib/strutil/strverscmp.c state += (c1 == '0') + (isdigit (c1) != 0); c1 195 src/editor/edit-impl.h void edit_set_markers (WEdit * edit, off_t m1, off_t m2, long c1, long c2); c1 933 src/editor/edit.c int c1, c2; c1 943 src/editor/edit.c c1 = edit_buffer_get_previous_byte (&edit->buffer); c1 945 src/editor/edit.c if (c1 == '\n' || c2 == '\n') c1 947 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c1 949 src/editor/edit.c if (isspace (c1) && !isspace (c2)) c1 951 src/editor/edit.c if (s != 0 && !isspace (c1) && isspace (c2)) c1 972 src/editor/edit.c int c1, c2; c1 982 src/editor/edit.c c1 = edit_buffer_get_previous_byte (&edit->buffer); c1 984 src/editor/edit.c if (c1 == '\n' || c2 == '\n') c1 986 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c1 988 src/editor/edit.c if (isspace (c1) && !isspace (c2)) c1 990 src/editor/edit.c if (s != 0 && !isspace (c1) && isspace (c2)) c1 1110 src/editor/edit.c int c1, c2; c1 1112 src/editor/edit.c c1 = edit_delete (edit, TRUE); c1 1114 src/editor/edit.c if (c1 == '\n' || c2 == '\n') c1 1116 src/editor/edit.c if ((isspace (c1) == 0) != (isspace (c2) == 0)) c1 1118 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c1 1130 src/editor/edit.c int c1, c2; c1 1132 src/editor/edit.c c1 = edit_backspace (edit, TRUE); c1 1134 src/editor/edit.c if (c1 == '\n' || c2 == '\n') c1 1136 src/editor/edit.c if ((isspace (c1) == 0) != (isspace (c2) == 0)) c1 1138 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c1 1872 src/editor/edit.c unsigned char c1; c1 1874 src/editor/edit.c c1 = edit_buffer_get_byte (&edit->buffer, i + 1); /* next char */ c1 1885 src/editor/edit.c if (c == '\r' && c1 == '\n') c1 1889 src/editor/edit.c if (c == '\r' && c1 == '\r') c1 1897 src/editor/edit.c if (fputc (c1, f) < 0) c1 1906 src/editor/edit.c if (c == '\r' && c1 == '\n') c1 1918 src/editor/edit.c if (c == '\r' && c1 == '\n') c1 1922 src/editor/edit.c if (c == '\n' && c1 == '\n') c1 1930 src/editor/edit.c if (fputc (c1, f) < 0) c1 2025 src/editor/edit.c long c1, c2; c1 2027 src/editor/edit.c blocklen = edit_insert_column_from_file (edit, file, &mark1, &mark2, &c1, &c2); c1 2028 src/editor/edit.c edit_set_markers (edit, edit->buffer.curs1, mark2, c1, c2); c1 3057 src/editor/edit.c edit_set_markers (WEdit * edit, off_t m1, off_t m2, long c1, long c2) c1 3061 src/editor/edit.c edit->column1 = c1; c1 3103 src/editor/edit.c int c1, c2; c1 3105 src/editor/edit.c c1 = edit_buffer_get_byte (&edit->buffer, pos); c1 3107 src/editor/edit.c if (!isspace (c1) && isspace (c2)) c1 3109 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c1 3116 src/editor/edit.c int c1, c2; c1 3118 src/editor/edit.c c1 = edit_buffer_get_byte (&edit->buffer, pos); c1 3120 src/editor/edit.c if (!isspace (c1) && isspace (c2)) c1 3122 src/editor/edit.c if ((my_type_of (c1) & my_type_of (c2)) == 0) c1 407 src/editor/editbuffer.c int c1, c2; c1 411 src/editor/editbuffer.c c1 = edit_buffer_get_byte (buf, word_start); c1 414 src/editor/editbuffer.c if (is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n') c1 422 src/editor/editbuffer.c c1 = edit_buffer_get_byte (buf, word_start + match_expr->len); c1 424 src/editor/editbuffer.c g_string_append_c (match_expr, c1); c1 426 src/editor/editbuffer.c while (!(is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n')); c1 512 src/editor/editcmd.c long curs_line, c1, c2; c1 527 src/editor/editcmd.c c1 = MIN (edit->column1, edit->column2); c1 529 src/editor/editcmd.c edit->column1 = c1; c1 1336 src/editor/editcmd.c long c1 = 0, c2 = 0; c1 1355 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, size, col_delta, &mark1, &mark2, &c1, &c2); c1 1373 src/editor/editcmd.c edit_set_markers (edit, edit->buffer.curs1, mark2, c1, c2); c1 1404 src/editor/editcmd.c long c1, c2, b_width; c1 1407 src/editor/editcmd.c c1 = MIN (edit->column1, edit->column2); c1 1409 src/editor/editcmd.c b_width = c2 - c1; c1 1418 src/editor/editcmd.c edit_buffer_get_eol (&edit->buffer, start_mark)) && x2 > c1 && x2 <= c2) c1 1426 src/editor/editcmd.c else if (x > c1 && x <= c2) c1 1427 src/editor/editcmd.c x = c1; c1 1445 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, size, b_width, &mark1, &mark2, &c1, &c2); c1 1446 src/editor/editcmd.c edit_set_markers (edit, mark1, mark2, c1, c2); c1 678 src/editor/spell.c int c1, c2; c1 687 src/editor/spell.c c1 = c2; c1 691 src/editor/spell.c while (is_break_char (c1) || is_break_char (c2)); c1 443 src/viewer/internal.h int c0, c1, c2; c1 447 src/viewer/internal.h if (!mcview_get_byte_indexed (view, offset, 1, &c1) || c1 != '\b')