Home
last modified time | relevance | path

Searched refs:move_to_next_word (Results 1 – 14 of 14) sorted by relevance

/dports/math/kalker/kalker-1.1.0/cargo-crates/rustyline-7.1.0/src/
H A Dline_buffer.rs814 self.move_to_next_word(At::AfterEnd, word_def, n); in transpose_words()
820 self.move_to_next_word(At::AfterEnd, word_def, 1); in transpose_words()
1606 fn move_to_next_word() { in move_to_next_word() function
1692 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1695 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1698 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1701 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1704 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1707 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1710 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
[all …]
H A Dedit.rs502 if self.line.move_to_next_word(at, word_def, n) { in edit_move_to_next_word()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/rustyline-9.0.0/src/
H A Dline_buffer.rs810 self.move_to_next_word(At::AfterEnd, word_def, n); in transpose_words()
816 self.move_to_next_word(At::AfterEnd, word_def, 1); in transpose_words()
1581 fn move_to_next_word() { in move_to_next_word() function
1667 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1670 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1673 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1676 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1679 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1682 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
1685 let ok = s.move_to_next_word(At::Start, Word::Vi, 1); in move_to_start_of_vi_word()
[all …]
H A Dedit.rs509 if self.line.move_to_next_word(at, word_def, n) { in edit_move_to_next_word()
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/browser/
H A Dtest_caret.py192 caret.move_to_next_word()
266 caret.move_to_next_word()
272 caret.move_to_next_word()
274 caret.move_to_next_word()
367 caret.move_to_next_word() # Move cursor away from the link
375 caret.move_to_next_word()
461 caret.move_to_next_word()
/dports/mail/py-alot/alot-0.9/alot/widgets/
H A Dglobals.py196 self.move_to_next_word(forward=True)
198 self.move_to_next_word(forward=False)
201 end_pos = self.move_to_next_word(forward=True)
208 start_pos = self.move_to_next_word(forward=False)
218 def move_to_next_word(self, forward=True): member in CompleteEdit
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwords.c459 static int move_to_next_word (const char **str, const char *start, int extended, const char *delims) in move_to_next_word() function
605 move_to_next_word(&pointer, start, extended, quotes); in real_move_to_abs_word()
623 while (move_to_next_word(&pointer, str, extended, quotes)) in count_words()
645 move_to_next_word(&pointer, start, extended, quotes); in move_word_rel()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwords.c447 static int move_to_next_word (const char **str, const char *start, int extended, const char *delims) in move_to_next_word() function
626 move_to_next_word(&pointer, start, extended, quotes); in real_move_to_abs_word()
644 while (move_to_next_word(&pointer, str, extended, quotes)) in count_words()
666 move_to_next_word(&pointer, start, extended, quotes); in move_word_rel()
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/components/
H A Dcaretcommands.py89 def move_to_next_word(tab: apitypes.Tab, count: int = 1) -> None: function
95 tab.caret.move_to_next_word(count)
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/javascript/position_caret/
H A Dtest_position_caret.py55 self.js.tab.caret.move_to_next_word()
/dports/shells/nsh/nsh-0.4.2/src/
H A Dmainloop.rs394 self.input.move_to_next_word(); in handle_key_event()
1063 pub fn move_to_next_word(&mut self) { in move_to_next_word() method
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dbrowsertab.py496 def move_to_next_word(self, count: int = 1) -> None: member in AbstractCaret
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webkit/
H A Dwebkittab.py298 def move_to_next_word(self, count=1): member in WebKitCaret
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webengine/
H A Dwebenginetab.py355 def move_to_next_word(self, count=1): member in WebEngineCaret