Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dutf8.c893 utf8_rpadcstr(const char *s, u_int width) function
H A Dtmux.h3420 char *utf8_rpadcstr(const char *, u_int);
H A Dformat.c4807 new = utf8_rpadcstr(value, -width); in format_replace()