Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dscreen-write.c488 screen_write_vnputs(ctx, -1, gcp, fmt, ap); in screen_write_puts()
500 screen_write_vnputs(ctx, maxlen, gcp, fmt, ap); in screen_write_nputs()
505 screen_write_vnputs(struct screen_write_ctx *ctx, ssize_t maxlen, in screen_write_vnputs() function
H A Dtmux.h2993 void printflike(4, 0) screen_write_vnputs(struct screen_write_ctx *, ssize_t,
H A Dwindow-copy.c585 screen_write_vnputs(&backing_ctx, 0, &gc, fmt, ap); in window_copy_vadd()