Searched refs:re_cod (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/re/
H A Dre.h101 } re_cod; typedef in typeref:struct:_re_cod
109 int recomp(re_cod *preg, const char *pattern, int flags);
113 int reexec(const re_cod *preg, const char *string,
117 int reerror(int ecode, const re_cod *preg, char *ebuffer, int ebuffer_size);
120 void refree(re_cod *preg);
H A Dtests.c43 re_cod cod;
H A Dre.c71 /* This structure is not associated with re_cod as it's data only matters
78 unsigned char *cod; /* Pointer in the re_cod structure */
120 static void redump(re_cod*);
136 recomp(re_cod *preg, const char *pattern, int flags)
190 reexec(const re_cod *preg, const char *string,
1666 reerror(int ecode, const re_cod *preg, char *ebuffer, int ebuffer_size)
1701 refree(re_cod *cod)
2351 redump(re_cod *code)
/xsrc/external/mit/xedit/dist/lisp/
H A Dregex.c39 static re_cod *LispRecomp(LispBuiltin*, char*, int);
49 static re_cod *
53 re_cod *regex = LispMalloc(sizeof(re_cod));
79 re_cod *regex;
130 re_cod *regexp;
H A Dinternal.h639 re_cod *regex;
/xsrc/external/mit/xedit/dist/
H A Dtags.c64 re_cod regex;
H A Dhook.c65 re_cod regex;

Completed in 10 milliseconds