Searched refs:find_key_option (Results 1 – 1 of 1) sorted by relevance
51 static int find_key_option(char_u *arg_arg, int has_lt);1338 key = find_key_option(arg + 1, TRUE); in do_set()1356 key = find_key_option(arg, FALSE); in do_set()2266 return find_key_option(arg + 1, TRUE); in string_to_key()3977 && (key = find_key_option(name, FALSE)) != 0) in get_option_value()4344 && (key = find_key_option(name, FALSE)) != 0) in set_option_value()4467 find_key_option(char_u *arg_arg, int has_lt) in find_key_option() function