Home
last modified time | relevance | path

Searched defs:modedata (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/tmux/
H A Dwindow-tree.c298 window_tree_build_pane(struct session * s,struct winlink * wl,struct window_pane * wp,void * modedata,struct mode_tree_item * parent) window_tree_build_pane() argument
340 window_tree_build_window(struct session * s,struct winlink * wl,void * modedata,struct mode_tree_sort_criteria * sort_crit,struct mode_tree_item * parent,const char * filter) window_tree_build_window() argument
406 window_tree_build_session(struct session * s,void * modedata,struct mode_tree_sort_criteria * sort_crit,const char * filter) window_tree_build_session() argument
457 window_tree_build(void * modedata,struct mode_tree_sort_criteria * sort_crit,uint64_t * tag,const char * filter) window_tree_build() argument
799 window_tree_draw(void * modedata,void * itemdata,struct screen_write_ctx * ctx,u_int sx,u_int sy) window_tree_draw() argument
827 window_tree_search(__unused void * modedata,void * itemdata,const char * ss) window_tree_search() argument
863 window_tree_menu(void * modedata,struct client * c,key_code key) window_tree_menu() argument
876 window_tree_get_key(void * modedata,void * itemdata,u_int line) window_tree_get_key() argument
1041 window_tree_command_each(void * modedata,void * itemdata,struct client * c,__unused key_code key) window_tree_command_each() argument
1056 window_tree_command_done(__unused struct cmdq_item * item,void * modedata) window_tree_command_done() argument
1070 window_tree_command_callback(struct client * c,void * modedata,const char * s,__unused int done) window_tree_command_callback() argument
1090 window_tree_command_free(void * modedata) window_tree_command_free() argument
1098 window_tree_kill_each(__unused void * modedata,void * itemdata,__unused struct client * c,__unused key_code key) window_tree_kill_each() argument
1129 window_tree_kill_current_callback(struct client * c,void * modedata,const char * s,__unused int done) window_tree_kill_current_callback() argument
1150 window_tree_kill_tagged_callback(struct client * c,void * modedata,const char * s,__unused int done) window_tree_kill_tagged_callback() argument
[all...]
H A Dwindow-buffer.c159 window_buffer_build(void *modedata, struct mode_tree_sort_criteria *sort_crit, in window_buffer_build() argument
227 window_buffer_draw(__unused void *modedata, void *itemdata, in window_buffer_draw() argument
263 window_buffer_search(__unused void *modedata, void *itemdata, const char *ss) in window_buffer_search() argument
279 window_buffer_menu(void *modedata, struct client *c, key_code key) in window_buffer_menu() argument
292 window_buffer_get_key(void *modedata, void *itemdata, u_int line) in window_buffer_get_key() argument
404 window_buffer_do_delete(void *modedata, voi argument
418 window_buffer_do_paste(void * modedata,void * itemdata,struct client * c,__unused key_code key) window_buffer_do_paste() argument
[all...]
H A Dwindow-client.c167 window_client_build(void *modedata, struct mode_tree_sort_criteria *sort_crit, in window_client_build()
217 window_client_draw(__unused void *modedata, void *itemdata, in window_client_draw()
255 window_client_menu(void *modedata, struct client *c, key_code key) in window_client_menu()
268 window_client_get_key(void *modedata, void *itemdata, u_int line) in window_client_get_key()
364 window_client_do_detach(void *modedata, void *itemdata, in window_client_do_detach()
H A Dwindow-customize.c526 window_customize_build(void * modedata,__unused struct mode_tree_sort_criteria * sort_crit,__unused uint64_t * tag,const char * filter) window_customize_build() argument
836 window_customize_draw(void * modedata,void * itemdata,struct screen_write_ctx * ctx,u_int sx,u_int sy) window_customize_draw() argument
852 window_customize_menu(void * modedata,struct client * c,key_code key) window_customize_menu() argument
865 window_customize_height(__unused void * modedata,__unused u_int height) window_customize_height() argument
940 window_customize_free_callback(void * modedata) window_customize_free_callback() argument
1322 window_customize_change_each(void * modedata,void * itemdata,__unused struct client * c,__unused key_code key) window_customize_change_each() argument
1348 window_customize_change_current_callback(__unused struct client * c,void * modedata,const char * s,__unused int done) window_customize_change_current_callback() argument
1383 window_customize_change_tagged_callback(struct client * c,void * modedata,const char * s,__unused int done) window_customize_change_tagged_callback() argument
[all...]
H A Dmode-tree.c397 cb(mtd->modedata, mti->itemdata, c, key); in mode_tree_start() argument
42 void *modedata; global() member
[all...]