1 /* $MirOS: contrib/code/jupp/regex.h,v 1.2 2008/05/13 13:08:24 tg Exp $ */
3 * Regular expression subroutines
5 * (C) 1992 Joseph H. Allen
7 * This file is part of JOE (Joe's Own Editor)
10 #define _JOE_REGEX_H 1
15 int escape PARAMS((int utf8,unsigned char **a, int *b));
16 int pmatch PARAMS((unsigned char **pieces, unsigned char *regex, int len, P *p, int n, int icase));