Home
last modified time | relevance | path

Searched refs:MoveWordEndLeft (Results 1 – 5 of 5) sorted by relevance

/dports/editors/fte/fte/config/
H A Dm_fte.fte72 'MoveWordEndLeft', 'MoveWordEndNext', 'MoveWordEndPrev',
/dports/editors/fte/fte/src/
H A Dc_cmdtab.h35 TAB(MoveWordEndLeft),
H A De_cmds.cpp109 int EBuffer::MoveWordEndLeft() { in MoveWordEndLeft() function in EBuffer
118 if (MoveWordEndLeft()) return 1; in MoveWordEndPrev()
H A De_buffer.h496 int MoveWordEndLeft();
H A Do_buffer.cpp412 case ExMoveWordEndLeft: return MoveWordEndLeft(); in ExecCommand()