Lines Matching refs:NUL

131     ga_append(&mapmode, NUL);  in map_mode_to_chars()
186 if (*mp->m_str == NUL) in showmap()
445 p[1] != NUL) in do_map()
449 if (*p != NUL) in do_map()
450 *p++ = NUL; in do_map()
454 hasarg = (*rhs != NUL); in do_map()
455 haskey = (*keys != NUL); in do_map()
718 || *skipwhite(keys + n) != NUL)) in do_map()
919 if (!local && *arg != NUL) in map_clear()
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()
1148 c = NUL; in translate_mapping()
1168 ga_append(&ga, NUL); in translate_mapping()
1550 tb[j + newlen] = NUL; in check_abbr()
1564 tb[j] = NUL; in check_abbr()
1587 tb[1] = NUL; in check_abbr()
1667 for (s = p; *s != NUL; ) in vim_strsave_escape_csi()
1669 if (s[0] == K_SPECIAL && s[1] != NUL && s[2] != NUL) in vim_strsave_escape_csi()
1684 *d = NUL; in vim_strsave_escape_csi()
1698 while (*s != NUL) in vim_unescape_csi()
1714 *d = NUL; in vim_unescape_csi()
1767 for (p = mp->m_str; *p != NUL; ++p) in makemap()
1771 if (*p != NUL) in makemap()
1777 c1 = NUL; in makemap()
1778 c2 = NUL; in makemap()
1779 c3 = NUL; in makemap()
1867 if (*mp->m_str == NUL) // will use <Nop> in makemap()
1911 c3 = NUL; in makemap()
1912 } while (c1 != NUL); in makemap()
1939 if (*str == NUL && what == 1) in put_escstr()
1946 for ( ; *str != NUL; ++str) in put_escstr()
1955 while (*p != NUL) in put_escstr()
2095 buf[2] = NUL; in check_map_keycodes()
2166 && s[2] != NUL) in check_map()
2211 if (*keys == NUL) in get_maparg()
2251 if (*rhs == NUL) in get_maparg()
2667 for (p = p_langmap; p[0] != NUL; ) in langmap_set()
2669 for (p2 = p; p2[0] != NUL && p2[0] != ',' && p2[0] != ';'; in langmap_set()
2672 if (p2[0] == '\\' && p2[1] != NUL) in langmap_set()
2686 if (p[0] == '\\' && p[1] != NUL) in langmap_set()
2689 to = NUL; in langmap_set()
2709 if (to == NUL) in langmap_set()
2729 if (p[0] != NUL) in langmap_set()