HomeSort by: relevance | last modified time | path
    Searched defs:icase (Results 1 - 2 of 2) 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";

Completed in 28 milliseconds