Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tmux/dist/
Dformat-draw.c1116 format_trim_left(const char *expanded, u_int limit) in format_trim_left() function
Dtmux.h2262 char *format_trim_left(const char *, u_int);
Dformat.c4740 new = format_trim_left(value, limit); in format_replace()