Searched refs:s80 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ncurses/panel/
H A Dpanel.c95 char s80[80]; local
99 _nc_SPRINTF(s80, _nc_SLIMIT(sizeof(s80)) fmt, num, pan);
100 _tracef("%s b=%s t=%s", s80,
145 char s80[80]; local
147 _nc_SPRINTF(s80, _nc_SLIMIT(sizeof(s80)) "Touchline s=%d c=%d", start, count);
148 dPanel(s80, pan);

Completed in 63 milliseconds