Home
last modified time | relevance | path

Searched refs:screen_write_strlen (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dstatus.c356 seplen = screen_write_strlen("%s", sep); in status_redraw()
643 len = screen_write_strlen("%s", c->message_string); in status_message_redraw()
770 len = screen_write_strlen("%s", c->prompt_string); in status_prompt_redraw()
788 size = screen_write_strlen("%s", c->prompt_buffer); in status_prompt_redraw()
H A Dscreen-write.c101 size = screen_write_strlen("%s", msg2); in screen_write_cstrlen()
111 screen_write_strlen(const char *fmt, ...) in screen_write_strlen() function
H A Dwindow-copy.c959 searchlen = screen_write_strlen("%s", searchstr); in window_copy_search_up()
1025 searchlen = screen_write_strlen("%s", searchstr); in window_copy_search_down()
H A Dtmux.h2082 size_t printflike(1, 2) screen_write_strlen(const char *, ...);
/dports/sysutils/tmate/tmate-2.4.0/
H A Dstatus.c355 seplen = screen_write_strlen("%s", sep); in status_redraw()
644 len = screen_write_strlen("%s", c->message_string); in status_message_redraw()
771 len = screen_write_strlen("%s", c->prompt_string); in status_prompt_redraw()
789 size = screen_write_strlen("%s", c->prompt_buffer); in status_prompt_redraw()
H A Dscreen-write.c101 size = screen_write_strlen("%s", msg2); in screen_write_cstrlen()
111 screen_write_strlen(const char *fmt, ...) in screen_write_strlen() function
H A Dwindow-copy.c1065 searchlen = screen_write_strlen("%s", searchstr); in window_copy_search_up()
1136 searchlen = screen_write_strlen("%s", searchstr); in window_copy_search_down()
H A Dtmux.h2064 size_t printflike(1, 2) screen_write_strlen(const char *, ...);
/dports/sysutils/tmux23/tmux-2.3/
H A Dstatus.c633 len = screen_write_strlen("%s", c->message_string); in status_message_redraw()
760 len = screen_write_strlen("%s", c->prompt_string); in status_prompt_redraw()
778 size = screen_write_strlen("%s", c->prompt_buffer); in status_prompt_redraw()
H A Dscreen-write.c193 size = screen_write_strlen("%s", msg2); in screen_write_cstrlen()
203 screen_write_strlen(const char *fmt, ...) in screen_write_strlen() function
H A Dtmux.h2059 size_t printflike(1, 2) screen_write_strlen(const char *, ...);
H A Dwindow-copy.c1206 screen_init(&ss, screen_write_strlen("%s", searchstr), 1, 0); in window_copy_search()
/dports/sysutils/tmux/tmux-3.2a/
H A Dstatus.c516 len = screen_write_strlen("%s", c->message_string); in status_message_redraw()
687 start = screen_write_strlen("%s", c->prompt_string); in status_prompt_redraw()
H A Dscreen-write.c334 screen_write_strlen(const char *fmt, ...) in screen_write_strlen() function
H A Dtmux.h2661 size_t printflike(1, 2) screen_write_strlen(const char *, ...);
H A Dwindow-copy.c3134 screen_init(&ss, screen_write_strlen("%s", str), 1, 0); in window_copy_search()
3285 width = screen_write_strlen("%s", data->searchstr); in window_copy_search_marks()