Home
last modified time | relevance | path

Searched refs:window_copy_get_word (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dtmux.h3308 char *window_copy_get_word(struct window_pane *, u_int, u_int);
H A Dwindow-copy.c865 window_copy_get_word(struct window_pane *wp, u_int x, u_int y) in window_copy_get_word() function
903 return (window_copy_get_word(wp, data->cx, data->cy)); in window_copy_cursor_word_cb()
H A Dformat.c1140 return (window_copy_get_word(wp, x, y)); in format_cb_mouse_word()