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

/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c500 NCURSES_CH_T ntext0; local
507 ntext0 = ntext[0];
509 PutChar(CHREF(ntext0));
514 while (runcount < num && CharEq(ntext[runcount], ntext0))
527 && can_clear_with(CHREF(ntext0))) {
528 UpdateAttrs(ntext0);
548 UpdateAttrs(ntext0);
549 tputs(TPARM_2(repeat_char, CharOf(ntext0), rep_count),
554 PutChar(CHREF(ntext0));

Completed in 156 milliseconds