Searched refs:noCase (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCmdIL.c2749 int allMatches, inlineReturn, negatedMatch, returnSubindices, noCase;
2786 noCase = 0;
2843 noCase = 1;
2979 (noCase ? TCL_REG_NOCASE : 0));
2988 TCL_REG_ADVANCED | (noCase ? TCL_REG_NOCASE : 0));
3243 if (noCase) {
3289 patternBytes, noCase);
2715 int allMatches, inlineReturn, negatedMatch, returnSubindices, noCase; local
H A DtclCompCmds.c3896 int noCase; /* Has the -nocase flag been given? */
3927 noCase = 0;
3987 noCase = 1;
4009 if (noCase && (mode == Switch_Exact)) {
4246 if (isListedArms && mode == Switch_Exact && !noCase) {
4447 TclEmitInstInt1(INST_STR_MATCH, noCase, envPtr);
4488 if (exact && !noCase) {
4491 TclEmitInstInt1(INST_STR_MATCH, noCase, envPtr);
4502 | (noCase ? TCL_REG_NOCASE : 0);
3867 int noCase; /* Has the -nocase flag been given? */ local
H A DtclCmdMZ.c3518 int noCase, patternLength;
3551 noCase = 0;
3570 noCase = 1;
3762 noCase)) {
3768 TCL_REG_ADVANCED | (noCase ? TCL_REG_NOCASE : 0));
3486 int noCase, patternLength; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkText.c2031 int backwards, exact, searchElide, c, i, argsLeft, noCase, leftToScan;
2055 noCase = 0;
2096 noCase = 1;
2119 if (noCase && exact) {
2172 (noCase ? TCL_REG_NOCASE : 0) | TCL_REG_ADVANCED);
2214 if (noCase) {
2405 if (noCase && exact) {
2017 int backwards, exact, searchElide, c, i, argsLeft, noCase, leftToScan; local
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkText.c274 int noCase; /* Case-insenstivive? */ member in struct:SearchSpec
3623 searchSpec.noCase = 0;
3700 searchSpec.noCase = 1;
4024 if (searchSpecPtr->exact && searchSpecPtr->noCase) {
5465 if (searchSpecPtr->noCase) {
5482 (searchSpecPtr->noCase ? TCL_REG_NOCASE : 0)
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c84550 u8 noCase; member in struct:compareInfo
84614 u8 noCase = pInfo->noCase; local
101462 int noCase = 0; /* LIKE/GLOB distinguishes case */ local
[all...]

Completed in 505 milliseconds