HomeSort by: relevance | last modified time | path
    Searched defs:x_search (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
emacs.c 133 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) function
emacs.c 133 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) function

Completed in 26 milliseconds