Searched refs:SC_MARK_EMPTY (Results 1 - 3 of 3) 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 DScintilla.h99 #define SC_MARK_EMPTY 5 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLineMarker.cxx153 } else if (markType == SC_MARK_EMPTY || markType == SC_MARK_BACKGROUND) {
H A DEditor.cxx1679 if (vs.markers[markerCheck].markType == SC_MARK_EMPTY)
2307 // display itself (as long as it's not an SC_MARK_EMPTY marker). These are checked in order
2332 if ((marksMasked & 1) && (vsDraw.markers[markBit].markType != SC_MARK_EMPTY) &&
2699 if ((marksMasked & 1) && (vsDraw.markers[markBit].markType != SC_MARK_EMPTY)) {

Completed in 197 milliseconds