Searched refs:x_search_dir (Results 1 – 1 of 1) sorted by relevance
904 static int x_search_dir(int);1900 return (x_search_dir(-1)); in x_search_hist_up()1907 return (x_search_dir(1)); in x_search_hist_dn()1912 x_search_dir(int search_dir /* should've been bool */) in x_search_dir() function