HomeSort by: relevance | last modified time | path
    Searched refs:icase (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
88 icase = ARGUMENT(2);
100 if (icase != UNSPEC && icase != NIL)
  /xsrc/external/mit/xedit/dist/
hook.c 418 int state, action, offset, icase, confirm; local
492 icase = offset = 0;
541 icase = 1;
757 if ((!!(einfo.flags & RE_ICASE) ^ icase) ||
764 einfo.flags = icase ? RE_ICASE : 0;
1151 errptr = "Icase needs an command defined or none for search";
  /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 274 &key icase nospec property contained switch begin (nosub t)
277 (re-comp pattern :icase icase :nospec nospec :nosub nosub)

Completed in 21 milliseconds