Searched refs:short_names_count (Results 1 – 1 of 1) sorted by relevance
100 int short_names_count = (int)STRLEN(short_names); in get_history_arg() local103 if (idx < short_names_count) in get_history_arg()108 if (idx < short_names_count + history_name_count) in get_history_arg()109 return (char_u *)history_names[idx - short_names_count]; in get_history_arg()110 if (idx == short_names_count + history_name_count) in get_history_arg()