Searched refs:UpdateMarker (Results 1 – 3 of 3) sorted by relevance
/dports/editors/fte/fte/src/ |
H A D | e_buffer.cpp | 365 int EBuffer::UpdateMarker(int Type, int Row, int Col, int Rows, int Cols) { in UpdateMarker() function in EBuffer 633 UpdateMarker(umDelete, Row, 0, 1, 0); in DelLine() 703 UpdateMarker(umInsert, Row, 0, 1, 0); in InsLine() 888 if (DoMark) UpdateMarker(umDelete, Row, Col, 0, ACount); in DelText() 902 if (DoMark) UpdateMarker(umInsert, Row, Col, 0, ACount); in InsText() 989 UpdateMarker(umSplitLine, Row, Col, 0, 0); in SplitLine() 1031 UpdateMarker(umJoinLine, Row, Col, 0, 0); in JoinLine()
|
H A D | e_buffer.h | 357 int UpdateMarker(int Type, int Line, int Col, int Lines, int Cols);
|
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/SSA/ |
H A D | LoopRewrite.Mod | 357 PROCEDURE ^ UpdateMarker(res: SSA.Result; newMarker: LONGINT); 360 (* Call UpdateMarker() for every result of `instr'. *) 366 UpdateMarker(res, newMarker); 371 PROCEDURE UpdateMarker(res: SSA.Result; newMarker: LONGINT); 400 END UpdateMarker; 421 UpdateMarker(instr, bottom); 432 UpdateMarker(res, ABS(opnd.arg.marker)); 440 UpdateMarker(instr, bottom); 470 UpdateMarker(res, max); 486 UpdateMarker(loopStart, bottom); [all …]
|