Lines Matching refs:K_SPECIAL
281 if (IS_SPECIAL(c) || c == K_SPECIAL || c == NUL) in add_char_buff()
284 temp[0] = K_SPECIAL; in add_char_buff()
652 if (*s == K_SPECIAL && s[1] != NUL && s[2] != NUL) in stuffReadbuffSpec()
709 || (*arg == K_SPECIAL && !literally)) in stuffescaped()
762 if (has_mbyte && (c != K_SPECIAL || p[1] == KS_SPECIAL)) in read_redo()
768 if (c == K_SPECIAL) // special key or escaped K_SPECIAL in read_redo()
1116 buf[0] = K_SPECIAL; in ins_char_typebuf()
1124 buf[idx] = K_SPECIAL; in ins_char_typebuf()
1270 if (buflen == 1 && buf[0] == K_SPECIAL) in gotchars()
1701 if (c == K_SPECIAL in vgetc()
1846 if (buf[i] == K_SPECIAL in vgetc()
2084 temp[i++] = K_SPECIAL; in getchar_common()
2090 temp[i++] = K_SPECIAL; in getchar_common()
2304 && c == K_SPECIAL in at_ctrl_x_key()
2329 if (tp[0] == K_SPECIAL && tp[1] == KS_MODIFIER) in check_simplify_modifier()
2432 tb_c1 = K_SPECIAL; in handle_mapping()
2436 if (tb_c1 == K_SPECIAL) in handle_mapping()
2487 else if (c2 == K_SPECIAL) in handle_mapping()
2525 && (mp->m_keys[0] != K_SPECIAL in handle_mapping()
2692 && typebuf.tb_buf[typebuf.tb_off] == K_SPECIAL in handle_mapping()
3426 nop_buf[0] = K_SPECIAL; in vgetorpeek()
3616 *p++ = K_SPECIAL; in fix_input_buffer()
3624 if (p[0] == NUL || (p[0] == K_SPECIAL in fix_input_buffer()
3640 p[0] = K_SPECIAL; in fix_input_buffer()
3711 if (c1 == K_SPECIAL) in getcmdkeycmd()