Home
last modified time | relevance | path

Searched refs:MoveVGap (Results 1 – 4 of 4) sorted by relevance

/dports/editors/fte/fte/src/
H A De_fold.cpp64 if (MoveVGap(V + 1) == 0) return 0; in ShowRow()
71 if (MoveVGap(V + 2) == 0) return 0; in ShowRow()
91 if (MoveVGap(V) == 0) return 0; in HideRow()
104 if (MoveVGap(V) == 0) return 0; in HideRow()
H A De_line.cpp157 int EBuffer::MoveVGap(int VPos) { in MoveVGap() function in EBuffer
H A De_buffer.cpp657 if (MoveVGap(VLine) == 0) return 0; in DelLine()
730 if (MoveVGap(VLine) == 0) return 0; in InsLine()
H A De_buffer.h340 int MoveVGap(int VPos);