Searched refs:notify_add (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/tmux/dist/ |
H A D | notify.c | 179 notify_add(const char *name, struct cmd_find_state *fs, struct client *c, in notify_add() function 259 notify_add(name, &fs, c, NULL, NULL, NULL, NULL); in notify_client() 271 notify_add(name, &fs, NULL, s, NULL, NULL, NULL); in notify_session() 280 notify_add(name, &fs, NULL, wl->session, wl->window, NULL, NULL); in notify_winlink() 289 notify_add(name, &fs, NULL, s, w, NULL, NULL); in notify_session_window() 298 notify_add(name, &fs, NULL, NULL, w, NULL, NULL); in notify_window() 307 notify_add(name, &fs, NULL, NULL, NULL, wp, NULL); in notify_pane() 317 notify_add("paste-buffer-deleted", &fs, NULL, NULL, NULL, NULL, in notify_paste_buffer() 320 notify_add("paste-buffer-changed", &fs, NULL, NULL, NULL, NULL, in notify_paste_buffer()
|