Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDlib_tputs.c287 int trailpad; in NCURSES_SP_NAME() local
341 trailpad = 0; in NCURSES_SP_NAME()
344 trailpad = trailpad * 10 + (*string - '0'); in NCURSES_SP_NAME()
347 trailpad *= 10; in NCURSES_SP_NAME()
351 trailpad += (*string - '0'); in NCURSES_SP_NAME()
359 trailpad *= affcnt; in NCURSES_SP_NAME()
432 if (trailpad > 0 in NCURSES_SP_NAME()
434 NCURSES_SP_NAME(delay_output) (NCURSES_SP_ARGx trailpad / 10); in NCURSES_SP_NAME()
/freebsd-14-stable/contrib/ncurses/
HDNEWS13346 + correct use of trailpad in tputs(), which used the wrong variable