Searched refs:nosub (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dregex.c76 re-comp pattern &key nospec icase nosub newline
84 LispObj *pattern, *nospec, *icase, *nosub, *newline; local in function:Lisp_Recomp
87 nosub = ARGUMENT(3);
102 if (nosub != UNSPEC && nosub != NIL)
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dindent.lsp362 &key icase nospec begin switch code (nosub t))
363 (setq pattern (re-comp (eval pattern) :icase icase :nospec nospec :nosub nosub))
H A Dsyntax.lsp274 &key icase nospec property contained switch begin (nosub t)
277 (re-comp pattern :icase icase :nospec nospec :nosub nosub)
/xsrc/external/mit/xedit/dist/lisp/re/
H A Dre.c193 unsigned char *ptr, *str, newline, nosub; local in function:reexec
210 nosub = preg->cod[0] & RE_NOSUB;
214 if (!nosub && preg->cod[1] != 0xff) {
1628 if (!nosub) {

Completed in 8 milliseconds