Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c186 const char *next_full; in compare_part() local
209 next_full = skip_delay(full); in compare_part()
210 if (next_part != part && next_full != full) { in compare_part()
211 used_delay += (unsigned) (next_full - full); in compare_part()
212 full = next_full; in compare_part()