Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Demacs.c133 static int x_search ARGS((char *pat, int sameline, int offset));
934 offset = x_search(pat, 0, offset);
945 offset = x_search(pat, 1, offset);
963 offset = x_search(pat, 0, offset);
976 x_search(pat, sameline, offset) in x_search() function