Searched refs:currentLevel (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DIterateDirectory.c65 unsigned short currentLevel; /* The current level IterateLevel is on */ member in struct:IterateGlobals
92 (theGlobals->currentLevel < theGlobals->maxLevels) ) /* if currentLevel < maxLevels, look at this level */
96 ++theGlobals->currentLevel; /* go to next level */
133 --theGlobals->currentLevel; /* return to previous level as we leave */
173 theGlobals.currentLevel = 0; /* start at level 0 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DIterateDirectory.c65 unsigned short currentLevel; /* The current level IterateLevel is on */ member in struct:IterateGlobals
92 (theGlobals->currentLevel < theGlobals->maxLevels) ) /* if currentLevel < maxLevels, look at this level */
96 ++theGlobals->currentLevel; /* go to next level */
133 --theGlobals->currentLevel; /* return to previous level as we leave */
173 theGlobals.currentLevel = 0; /* start at level 0 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexTCL.cxx49 int currentLevel = 0; local
75 currentLevel = styler.LevelAt(currentLine - 1) >> 17;
81 int previousLevel = currentLevel;
183 if (currentLevel == 0) {
184 ++currentLevel;
189 --currentLevel;
197 if (currentLevel > previousLevel)
199 styler.SetLevel(currentLine, flag + previousLevel + SC_FOLDLEVELBASE + (currentLevel << 17) + (commentLevel << 16));
221 previousLevel = currentLevel;
301 ++currentLevel;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Drecurse.c67 unsigned short currentLevel; /* The current level member in struct:RecurseGlobals
115 /* if currentLevel < maxLevels, look at this level */
116 (Globals->currentLevel < Globals->maxLevels) )
120 ++Globals->currentLevel; /* go to next level */
121 if (DirLevels < Globals->currentLevel) DirLevels = Globals->currentLevel;
122 sprintf(buffer2,"Globals->currentLevel: %d",Globals->currentLevel);
153 --Globals->currentLevel; /* return to previous level as we leave */
189 theGlobals.currentLevel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.h1172 ItemCount currentLevel,
1194 currentLevel --> The current recursion level into the container.
1220 #define CallIterateContainerFilterProc(userRoutine, containerChanged, currentLevel, catalogInfo, ref, spec, name, yourDataPtr) \
1221 (*(userRoutine))((containerChanged), (currentLevel), (catalogInfo), (ref), (spec), (name), (yourDataPtr))
H A DMoreFilesX.c105 ItemCount currentLevel; /* the current level FSIterateContainerLevel is on */ member in struct:FSIterateContainerGlobals
1627 /* If currentLevel < maxLevels, look at this level */
1629 (theGlobals->currentLevel < theGlobals->maxLevels) )
1635 ++theGlobals->currentLevel; /* Go to next level */
1648 theGlobals->containerChanged, theGlobals->currentLevel,
1673 --theGlobals->currentLevel; /* Return to previous level as we leave */
1728 theGlobals.currentLevel = 0;
H A DMoreFilesX.cpp105 ItemCount currentLevel; /* the current level FSIterateContainerLevel is on */ member in struct:FSIterateContainerGlobals
1623 /* If currentLevel < maxLevels, look at this level */
1625 (theGlobals->currentLevel < theGlobals->maxLevels) )
1631 ++theGlobals->currentLevel; /* Go to next level */
1644 theGlobals->containerChanged, theGlobals->currentLevel,
1669 --theGlobals->currentLevel; /* Return to previous level as we leave */
1724 theGlobals.currentLevel = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp3413 int currentLevel = -1; local
3507 if (currentLevel == -1)
3508 currentLevel = thisLevel;
3511 if (currentLevel == thisLevel)
3515 else if (thisLevel > currentLevel)
3517 for (i = currentLevel+1; i <= thisLevel; i++)
3521 currentLevel = thisLevel;
3523 else if (thisLevel < currentLevel)
3525 currentLevel = thisLevel;
3529 if (levels[currentLevel]
[all...]

Completed in 228 milliseconds