Home
last modified time | relevance | path

Searched refs:x_search (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dedit.c991 static int x_search(char *, int, int);
1922 offset = x_search(pat, 0, offset); in x_search_hist()
1935 offset = x_search(pat, 1, offset); in x_search_hist()
1954 offset = x_search(pat, 0, offset); in x_search_hist()
1972 x_search(char *pat, int sameline, int offset) in x_search() function