Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Ddump_entry.c67 static bool did_wrap; /* true if last wrap_concat did wrapping */ variable
214 did_wrap = (width <= 0); in dump_init()
576 did_wrap = (width <= 0); in wrap_concat()
636 did_wrap = TRUE; in wrap_concat()
1272 if (wrapped && did_wrap) { in fmt_entry()