Lines Matching refs:c2
1644 int c, c2; in vgetc() local
1711 c2 = vgetorpeek(TRUE); // no mapping for these chars in vgetc()
1715 if (c2 == KS_MODIFIER) in vgetc()
1720 c = TO_SPECIAL(c2, c); in vgetc()
2478 int c2; in handle_mapping() local
2484 c2 = typebuf.tb_buf[typebuf.tb_off + mlen]; in handle_mapping()
2487 else if (c2 == K_SPECIAL) in handle_mapping()
2490 LANGMAP_ADJUST(c2, TRUE); in handle_mapping()
2491 if (mp->m_keys[mlen] != c2) in handle_mapping()
3680 int c2; in getcmdkeycmd() local
3714 c2 = vgetorpeek(TRUE); in getcmdkeycmd()
3717 cmod = c2; in getcmdkeycmd()
3720 c1 = TO_SPECIAL(c1, c2); in getcmdkeycmd()