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

/external/mksh/src/
H A Dedit.c971 static int x_search(char *, int, int);
1896 offset = x_search(pat, 0, offset);
1907 offset = x_search(pat, 1, offset);
1926 offset = x_search(pat, 0, offset);
1944 x_search(char *pat, int sameline, int offset) function

Completed in 2240 milliseconds