Searched refs:re_cod (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| H A D | re.h | 101 } 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 D | tests.c | 43 re_cod cod;
|
| H A D | re.c | 71 /* 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 D | regex.c | 39 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 D | internal.h | 639 re_cod *regex;
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | tags.c | 64 re_cod regex;
|
| H A D | hook.c | 65 re_cod regex;
|
Completed in 10 milliseconds