Home
last modified time | relevance | path

Searched defs:move_to_prev_word (Results 1 – 9 of 9) sorted by relevance

/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/components/
H A Dcaretcommands.py101 def move_to_prev_word(tab: apitypes.Tab, count: int = 1) -> None: function
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwords.c271 static int move_to_prev_word (const char **str, const char *start, int extended, const char *delims) in move_to_prev_word() function
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwords.c283 static int move_to_prev_word (const char **str, const char *start, int extended, const char *delims) in move_to_prev_word() function
/dports/math/kalker/kalker-1.1.0/cargo-crates/rustyline-7.1.0/src/
H A Dline_buffer.rs480 pub fn move_to_prev_word(&mut self, word_def: Word, n: RepeatCount) -> bool { in move_to_prev_word() method
1501 fn move_to_prev_word() { in move_to_prev_word() function
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/rustyline-9.0.0/src/
H A Dline_buffer.rs480 pub fn move_to_prev_word(&mut self, word_def: Word, n: RepeatCount) -> bool { in move_to_prev_word() method
1476 fn move_to_prev_word() { in move_to_prev_word() function
/dports/shells/nsh/nsh-0.4.2/src/
H A Dmainloop.rs1046 pub fn move_to_prev_word(&mut self) { in move_to_prev_word() method
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webkit/
H A Dwebkittab.py313 def move_to_prev_word(self, count=1): member in WebKitCaret
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webengine/
H A Dwebenginetab.py358 def move_to_prev_word(self, count=1): member in WebEngineCaret
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dbrowsertab.py499 def move_to_prev_word(self, count: int = 1) -> None: member in AbstractCaret