Searched refs:key_end (Results 1 – 2 of 2) sorted by relevance
5050 char_u *key_end; in syn_cmd_region() local5105 key_end = rest; in syn_cmd_region()5106 while (*key_end && !VIM_ISWHITE(*key_end) && *key_end != '=') in syn_cmd_region()5107 ++key_end; in syn_cmd_region()5109 key = vim_strnsave_up(rest, key_end - rest); in syn_cmd_region()5132 rest = skipwhite(key_end); in syn_cmd_region()
6666 char_u *key_end = to_name_end(p + 1, TRUE); in compile_assign_index() local6667 char_u *key = vim_strnsave(p + 1, key_end - p - 1); in compile_assign_index()