Searched refs:x_search (Results 1 – 1 of 1) sorted by relevance
/third_party/mksh/ |
D | edit.c | 995 static int x_search(const char *, int, int); 1958 offset = x_search(pat, 0, offset); in x_search_hist() 1971 offset = x_search(pat, 1, offset); in x_search_hist() 1990 offset = x_search(pat, 0, offset); in x_search_hist() 2008 x_search(const char *pat, int sameline, int offset) in x_search() function
|