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

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dtty_update.c446 * PutChar(ntext[i]);
455 EmitRange(const NCURSES_CH_T * ntext, int num) argument
464 while (num > 1 && !CharEq(ntext[0], ntext[1])) {
465 PutChar(CHREF(ntext[0]));
466 ntext++;
469 ntext0 = ntext[0];
476 while (runcount < num && CharEq(ntext[runcount], ntext0))
519 PutChar(CHREF(ntext[i]));
521 ntext
541 PutRange(const NCURSES_CH_T * otext, const NCURSES_CH_T * ntext, int row, int first, int last) argument
[all...]

Completed in 89 milliseconds