c2                699 lib/strutil/strutil8bit.c         gint c1, c2;
c2                705 lib/strutil/strutil8bit.c         c2 = isupper ((guchar) * s2) ? tolower ((guchar) * s2) : *s2;
c2                706 lib/strutil/strutil8bit.c         if (c1 != c2)
c2                707 lib/strutil/strutil8bit.c             return (c1 - c2);
c2                737 lib/strutil/strutil8bit.c         gint c1, c2;
c2                744 lib/strutil/strutil8bit.c         c2 = isupper ((guchar) * s2) ? tolower ((guchar) * s2) : *s2;
c2                745 lib/strutil/strutil8bit.c         if (c1 != c2)
c2                746 lib/strutil/strutil8bit.c             return (c1 - c2);
c2                 91 lib/strutil/strverscmp.c     unsigned char c1, c2;
c2                122 lib/strutil/strverscmp.c     c2 = *p2++;
c2                126 lib/strutil/strverscmp.c     while ((diff = c1 - c2) == 0)
c2                133 lib/strutil/strverscmp.c         c2 = *p2++;
c2                137 lib/strutil/strverscmp.c     state = result_type[state * 3 + (((c2 == '0') + (g_ascii_isdigit (c2) ? 1 : 0)))];
c2                172 src/editor/edit-impl.h void edit_set_markers (WEdit * edit, off_t m1, off_t m2, long c1, long c2);
c2                950 src/editor/edit.c         int c1, c2;
c2                963 src/editor/edit.c         c2 = edit_buffer_get_current_byte (&edit->buffer);
c2                964 src/editor/edit.c         if (c2 == '\n')
c2                966 src/editor/edit.c         if ((my_type_of (c1) & my_type_of (c2)) == 0)
c2                968 src/editor/edit.c         if (isspace (c1) && !isspace (c2))
c2                970 src/editor/edit.c         if (s != 0 && !isspace (c1) && isspace (c2))
c2                991 src/editor/edit.c         int c1, c2;
c2               1004 src/editor/edit.c         c2 = edit_buffer_get_current_byte (&edit->buffer);
c2               1005 src/editor/edit.c         if (c2 == '\n')
c2               1007 src/editor/edit.c         if ((my_type_of (c1) & my_type_of (c2)) == 0)
c2               1009 src/editor/edit.c         if (isspace (c1) && !isspace (c2))
c2               1011 src/editor/edit.c         if (s != 0 && !isspace (c1) && isspace (c2))
c2               1131 src/editor/edit.c         int c1, c2;
c2               1136 src/editor/edit.c         c2 = edit_buffer_get_current_byte (&edit->buffer);
c2               1137 src/editor/edit.c         if (c2 == '\n')
c2               1139 src/editor/edit.c         if ((isspace (c1) == 0) != (isspace (c2) == 0))
c2               1141 src/editor/edit.c         if ((my_type_of (c1) & my_type_of (c2)) == 0)
c2               1153 src/editor/edit.c         int c1, c2;
c2               1158 src/editor/edit.c         c2 = edit_buffer_get_previous_byte (&edit->buffer);
c2               1159 src/editor/edit.c         if (c2 == '\n')
c2               1161 src/editor/edit.c         if ((isspace (c1) == 0) != (isspace (c2) == 0))
c2               1163 src/editor/edit.c         if ((my_type_of (c1) & my_type_of (c2)) == 0)
c2               2044 src/editor/edit.c             long c1, c2;
c2               2046 src/editor/edit.c             blocklen = edit_insert_column_from_file (edit, file, &mark1, &mark2, &c1, &c2);
c2               2047 src/editor/edit.c             edit_set_markers (edit, edit->buffer.curs1, mark2, c1, c2);
c2               3102 src/editor/edit.c edit_set_markers (WEdit *edit, off_t m1, off_t m2, long c1, long c2)
c2               3107 src/editor/edit.c     edit->column2 = c2;
c2               3213 src/editor/edit.c         int c1, c2;
c2               3216 src/editor/edit.c         c2 = edit_buffer_get_byte (&edit->buffer, pos - 1);
c2               3217 src/editor/edit.c         if (!isspace (c1) && isspace (c2))
c2               3219 src/editor/edit.c         if ((my_type_of (c1) & my_type_of (c2)) == 0)
c2               3226 src/editor/edit.c         int c1, c2;
c2               3229 src/editor/edit.c         c2 = edit_buffer_get_byte (&edit->buffer, pos + 1);
c2               3230 src/editor/edit.c         if (!isspace (c1) && isspace (c2))
c2               3232 src/editor/edit.c         if ((my_type_of (c1) & my_type_of (c2)) == 0)
c2                402 src/editor/editbuffer.c     int c1, c2;
c2                407 src/editor/editbuffer.c         c2 = edit_buffer_get_byte (buf, word_start - 1);
c2                409 src/editor/editbuffer.c         if (is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n')
c2                418 src/editor/editbuffer.c         c2 = edit_buffer_get_byte (buf, word_start + match_expr->len + 1);
c2                421 src/editor/editbuffer.c     while (!(is_break_char (c1) != is_break_char (c2) || c1 == '\n' || c2 == '\n'));
c2                502 src/editor/editcmd.c     long curs_line, c1, c2;
c2                515 src/editor/editcmd.c     c2 = MAX (edit->column1, edit->column2);
c2                517 src/editor/editcmd.c     edit->column2 = c2;
c2               1282 src/editor/editcmd.c     long c1 = 0, c2 = 0;
c2               1301 src/editor/editcmd.c         edit_insert_column_of_text (edit, copy_buf, size, col_delta, &mark1, &mark2, &c1, &c2);
c2               1319 src/editor/editcmd.c         edit_set_markers (edit, edit->buffer.curs1, mark2, c1, c2);
c2               1350 src/editor/editcmd.c         long c1, c2, b_width;
c2               1355 src/editor/editcmd.c         c2 = MAX (edit->column1, edit->column2);
c2               1356 src/editor/editcmd.c         b_width = c2 - c1;
c2               1366 src/editor/editcmd.c         if (b1 == b2 && x2 > c1 && x2 <= c2)
c2               1372 src/editor/editcmd.c             if (x > c2)
c2               1374 src/editor/editcmd.c             else if (x > c1 && x <= c2)
c2               1394 src/editor/editcmd.c         edit_insert_column_of_text (edit, copy_buf, size, b_width, &mark1, &mark2, &c1, &c2);
c2               1395 src/editor/editcmd.c         edit_set_markers (edit, mark1, mark2, c1, c2);
c2                690 src/editor/spell.c         int c1, c2;
c2                692 src/editor/spell.c         c2 = edit_buffer_get_current_byte (&edit->buffer);
c2                699 src/editor/spell.c             c1 = c2;
c2                701 src/editor/spell.c             c2 = edit_buffer_get_current_byte (&edit->buffer);
c2                703 src/editor/spell.c         while (is_break_char (c1) || is_break_char (c2));
c2                396 src/viewer/ascii.c     int c2, c3;
c2                412 src/viewer/ascii.c     if (!mcview_get_next_char (view, &state_after_nroff, &c2))
c2                414 src/viewer/ascii.c     if (c2 != '\b')
c2                448 src/viewer/internal.h     int c0, c1, c2;
c2                458 src/viewer/internal.h     if (!mcview_get_byte_indexed (view, offset, 2, &c2) || !g_ascii_isprint (c2))
c2                461 src/viewer/internal.h     return (c0 == c2 || c0 == '_' || (c0 == '+' && c2 == 'o'));