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

/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c514 * PutChar(ntext[i]);
523 EmitRange(NCURSES_SP_DCLx const NCURSES_CH_T * ntext, int num) argument
527 TR(TRACE_CHARPUT, ("EmitRange %d:%s", num, _nc_viscbuf(ntext, num)));
534 while (num > 1 && !CharEq(ntext[0], ntext[1])) {
535 PutChar(NCURSES_SP_ARGx CHREF(ntext[0]));
536 ntext++;
539 ntext0 = ntext[0];
546 while (runcount < num && CharEq(ntext[runcount], ntext0))
596 PutChar(NCURSES_SP_ARGx CHREF(ntext[
618 PutRange(NCURSES_SP_DCLx const NCURSES_CH_T * otext, const NCURSES_CH_T * ntext, int row, int first, int last) argument
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dextern.h46 extern long ntext, textp;
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.cpp547 int ntext; member in class:graphic_object
571 : ntext(0), text(0), aligned(0), outline_color(0), color_fill(0)
635 ntext = len;
648 out->text(center(), text, ntext, angle); local
656 ad_delete(ntext) text;

Completed in 168 milliseconds