Lines Matching refs:word
37 /** makes it possible to move a cursor word by word.
43 /** determines if the cursor is positioned at the start of a word.
49 /** determines if the cursor is positioned at the end of a word.
55 /** moves the cursor to the next word.
58 that the cursor is located at the next word, or any word at all!
69 /** moves the cursor to the previous word.
72 that the cursor is located at the previous word, or any word at all!
83 /** moves the cursor to the end of the current word.
86 <true/> if the cursor is now at the end of a word,
94 /** moves the cursor to the start of the current word.
97 <true/> if the cursor is now at the start of a word,