Home
last modified time | relevance | path

Searched refs:cachedln (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/ide/
H A DAssist.cpp88 cachedln = -1; in AssistEditor()
153 if(line >= cachedln) { in DirtyFrom()
156 cachedln = -1; in DirtyFrom()
165 cachedln = GetLine(i); in Ch()
166 cachedline = GetWLine(cachedln); in Ch()
167 cachedpos = GetPos32(cachedln); in Ch()
H A DAssist.h159 int cachedln; member