2 * Regular expression subroutines
4 * (C) 1992 Joseph H. Allen
6 * This file is part of JOE (Joe's Own Editor)
12 __IDSTRING(rcsid_regex_h, "$MirOS: contrib/code/jupp/regex.h,v 1.4 2017/12/02 17:00:50 tg Exp $");
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));