Searched refs:enumnext (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPropSet.h30 Property *enumnext; member in class:PropSet
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx403 if (p == enumnext)
404 enumnext = p->next; // Not that anyone should mix enum and Set / Unset.
707 enumnext = p->next; // GetNext will begin here ...
725 enumnext = props[i]; // Begin with first property in block
729 for (Property *p = enumnext; p; p = p->next) {
733 enumnext = p->next; // for GetNext

Completed in 166 milliseconds