Searched refs:cod (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/re/
H A Dre.c43 unsigned char *cod; member in struct:_re_inf
78 unsigned char *cod; /* Pointer in the re_cod structure */ member in struct:_re_eng
143 preg->cod = NULL;
151 inf.cod = NULL;
172 inf.cod[1] = inf.ref - 1;
173 preg->cod = inf.cod;
180 free(inf.cod);
197 if (preg == NULL || preg->cod == NULL || nmatch < 0 ||
210 nosub = preg->cod[
1701 refree(re_cod * cod) argument
1747 unsigned char *cod; local in function:rec_check
2354 unsigned char *cod = code->cod, *stl; local in function:redump
[all...]
H A Dtests.c43 re_cod cod; local in function:main
57 cod.cod = NULL;
72 refree(&cod);
79 ecode = recomp(&cod, buf + 1, flags);
84 if (cod.cod == NULL) {
123 ecode = reexec(&cod, str, 10, &mat[0], 0);
125 reerror(failed, &cod, buf, sizeof(buf));
154 reerror(failed, &cod, bu
[all...]
H A Dre.h96 /* (re)gular expression (cod)e */
98 unsigned char *cod; member in struct:_re_cod
/xsrc/external/mit/xedit/dist/lisp/
H A Dhelper.c838 LispObj *stream, *cod, *obj, *result; local in function:LispLoadFile
881 cod = COD;
887 COD = cod;
H A Dlisp.c4984 LispUpdateResults(LispObj *cod, LispObj *res) argument
4988 LispSetVar(RUN[0], cod);
5043 LispObj *cod, *obj; local in function:LispMachine
5056 if ((cod = LispRead()) != NULL) {
5057 obj = EVAL(cod);
5067 LispUpdateResults(cod, obj);
5092 LispObj *result, *cod, *obj, **presult = &result; local in function:LispExecute
5120 cod = COD;
5125 COD = cod;
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dpsql.c650 LispObj *result, *code, *cod = COD; local in function:Lisp_PQnotifies
675 COD = cod;

Completed in 11 milliseconds