Lines Matching refs:K_SPECIAL
1130 if (c == K_SPECIAL && str[1] != NUL && str[2] != NUL) in translate_mapping()
1139 if (c == K_SPECIAL && str[1] != NUL && str[2] != NUL) in translate_mapping()
1492 if (vim_strbyte(mp->m_keys, K_SPECIAL) != NULL) in check_abbr()
1531 if (IS_SPECIAL(c) || c == K_SPECIAL) in check_abbr()
1533 tb[j++] = K_SPECIAL; in check_abbr()
1669 if (s[0] == K_SPECIAL && s[1] != NUL && s[2] != NUL) in vim_strsave_escape_csi()
1700 if (s[0] == K_SPECIAL && s[1] == KS_SPECIAL && s[2] == KE_FILLER) in vim_unescape_csi()
1702 *d++ = K_SPECIAL; in vim_unescape_csi()
1705 else if ((s[0] == K_SPECIAL || s[0] == CSI) in vim_unescape_csi()
1768 if (p[0] == K_SPECIAL && p[1] == KS_EXTRA in makemap()
1872 if (*p == K_SPECIAL || *p == NL) in makemap()
1965 if (c == K_SPECIAL && what != 2) in put_escstr()
1974 if (c == K_SPECIAL) in put_escstr()
2088 if (*p == K_SPECIAL) in check_map_keycodes()
2165 if (ign_mod && s[0] == K_SPECIAL && s[1] == KS_MODIFIER in check_map()