Lines Matching defs:c1
1646 if (ISCTRL(c) && /* but not C1 */ c < 0x80)
1671 } else if (ISCTRL(c) && /* but not C1 */ c < 0x80) {
3383 /* but not C1 */ (unsigned char)c < 0x80) ? 2 : 1)
3813 if (ISCTRL(ch) && /* but not C1 */ ch < 0x80) {
4069 int cur, c1, c2, c3 = 0;
4174 c1 = *cmd == 'c' ? domove(1, "^", 1) : 0;
4190 c1 = es->cursor;
4193 c1 = ncursor;
4199 if (*cmd != 'c' && c1 != c2)
4200 yank_range(c1, c2);
4202 del_range(c1, c2);
4203 es->cursor = c1;
4418 c1 = 1;
4420 c1 = 0;
4422 c1 = !c1;
4424 c1, srchpat)) < 0) {
5175 if (ISCTRL(ch) && /* but not C1 */ ch < 0x80) {