HomeSort by: relevance | last modified time | path
    Searched defs:client_dispatch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
client.c 67 static void client_dispatch(struct imsg *, void *);
301 client_peer = proc_add_peer(client_proc, fd, client_dispatch, NULL);
584 client_dispatch(struct imsg *imsg, __unused void *arg) function
client.c 67 static void client_dispatch(struct imsg *, void *);
301 client_peer = proc_add_peer(client_proc, fd, client_dispatch, NULL);
584 client_dispatch(struct imsg *imsg, __unused void *arg) function

Completed in 45 milliseconds