Searched refs:icase (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
88 icase = ARGUMENT(2);
100 if (icase != UNSPEC && icase != NIL)
/xsrc/external/mit/xedit/dist/
H A Dhook.c418 int state, action, offset, icase, confirm; local in function:LineEdit
492 icase = offset = 0;
541 icase = 1;
757 if ((!!(einfo.flags & RE_ICASE) ^ icase) ||
764 einfo.flags = icase ? RE_ICASE : 0;
/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 12 milliseconds