Searched refs:nospec (Results 1 - 3 of 3) 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
89 nospec = ARGUMENT(1);
98 if (nospec != UNSPEC && nospec != 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)

Completed in 4 milliseconds