1 /* $MirOS: contrib/code/jupp/usearch.h,v 1.2 2008/05/13 13:08:29 tg Exp $ */
3 * Search & Replace system
5 * (C) 1992 Joseph H. Allen
7 * This file is part of JOE (Joe's Own Editor)
10 #define _JOE_USEARCH_H 1
15 SRCH *mksrch PARAMS((unsigned char *pattern, unsigned char *replacement, int ignore, int backwards, int repeat, int replace, int rest));
16 void rmsrch PARAMS((SRCH *srch));
18 int dopfnext PARAMS((BW *bw, SRCH *srch, int *notify));
20 int pffirst PARAMS((BW *bw));
21 int pfnext PARAMS((BW *bw));
23 int pqrepl PARAMS((BW *bw));
24 int prfirst PARAMS((BW *bw));
26 int ufinish PARAMS((BW *bw));