HomeSort by: relevance | last modified time | path
    Searched refs:nosub (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
regex.c 76 re-comp pattern &key nospec icase nosub newline
84 LispObj *pattern, *nospec, *icase, *nosub, *newline; local
87 nosub = ARGUMENT(3);
102 if (nosub != UNSPEC && nosub != NIL)
  /xsrc/external/mit/xedit/dist/lisp/modules/
indent.lsp 362 &key icase nospec begin switch code (nosub t))
363 (setq pattern (re-comp (eval pattern) :icase icase :nospec nospec :nosub nosub))
syntax.lsp 264 ;; XXX: Note that the NOSUB only works with the xedit regex, it
274 &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/
re.c 193 unsigned char *ptr, *str, newline, nosub; local
210 nosub = preg->cod[0] & RE_NOSUB;
214 if (!nosub && preg->cod[1] != 0xff) {
1628 if (!nosub) {
2357 printf("Nosub\n");

Completed in 9 milliseconds