| /mirbsd/src/lib/libocurses/ |
| D | cr_put.c | 101 tputs(CR, 0, __cputchar); 106 tputs(NL, 0, __cputchar); 147 tputs(NL, 0, __cputchar); 167 tputs(cgp, 0, __cputchar); 244 tputs(HO, 0, plodput); 253 tputs(LL, 0, plodput); 303 tputs(CR, 0, plodput); 308 tputs(NL, 0, plodput); 319 tputs(NL, 0, plodput); 334 tputs(BT, 0, plodput); [all …]
|
| D | refresh.c | 77 tputs(CL, 0, __cputchar); 264 tputs(tgoto(CM, lx, ly), 0, __cputchar); 266 tputs(HO, 0, __cputchar); 313 tputs(SE, 0, __cputchar); 316 tputs(CE, 0, __cputchar); 336 tputs(SO, 0, __cputchar); 342 tputs(SE, 0, __cputchar); 352 tputs(SE, 0, 387 tputs(UC, 0, __cputchar); 411 tputs(SE, 0, __cputchar); [all …]
|
| D | tty.c | 234 tputs(TI, 0, __cputchar); in __startwin() 235 tputs(VS, 0, __cputchar); in __startwin() 245 tputs(SE, 0, __cputchar); in endwin() 251 (void)tputs(VE, 0, __cputchar); in endwin() 252 (void)tputs(TE, 0, __cputchar); in endwin()
|
| D | tputs.c | 65 tputs(cp, affcnt, outc) in tputs() function
|
| D | Makefile | 15 SRCS+= termcap.c tgoto.c tputs.c
|
| D | curses.h | 56 #define _puts(s) tputs(s, 0, __cputchar) 333 void tputs(char *, int, void (*)(int));
|
| /mirbsd/src/lib/libedit/ |
| D | term.c | 551 (void) tputs(tgoto(Str(T_DO), del, del), in term_move_to_line() 564 (void) tputs(tgoto(Str(T_UP), -del, -del), -del, in term_move_to_line() 569 (void) tputs(Str(T_up), 1, term__putc); in term_move_to_line() 604 (void) tputs(tgoto(Str(T_ch), where, where), where, term__putc); in term_move_to_char() 608 (void) tputs(tgoto(Str(T_RI), del, del), in term_move_to_char() 640 (void) tputs(tgoto(Str(T_LE), -del, -del), in term_move_to_char() 732 (void) tputs(tgoto(Str(T_DC), num, num), in term_deletechars() 737 (void) tputs(Str(T_dm), 1, term__putc); in term_deletechars() 741 (void) tputs(Str(T_dc), 1, term__putc); in term_deletechars() 744 (void) tputs(Str(T_ed), 1, term__putc); in term_deletechars() [all …]
|
| /mirbsd/src/usr.bin/less/ |
| D | screen.c | 1343 tputs(t, sc_height, inc_costcount); 1516 tputs(sc_init, sc_height, putchr); in init() 1518 tputs(sc_s_keypad, sc_height, putchr); in init() 1540 tputs(sc_e_keypad, sc_height, putchr); in deinit() 1542 tputs(sc_deinit, sc_height, putchr); in deinit() 1564 tputs(sc_home, 1, putchr); in home() 1579 tputs(sc_addline, sc_height, putchr); in add_line() 1788 tputs(sc_lower_left, 1, putchr); in lower_left() 1834 tputs(tgoto(sc_move, 0, slinenum), 1, putchr); 1913 tputs(sc_visual_bell, sc_height, putchr); in vbell() [all …]
|
| /mirbsd/src/usr.bin/vi/cl/ |
| D | cl_funcs.c | 123 (void)tputs(clp->smcup, 1, cl_putchar); 131 (void)tputs(clp->rmcup, 1, cl_putchar); 141 (void)tputs(clp->smso, 1, cl_putchar); 143 (void)tputs(clp->rmso, 1, cl_putchar); 353 (void)tputs(clp->cuu1, 1, cl_putchar); 355 (void)tputs(tgoto(clp->cup, 364 (void)tputs(clp->el, 1, cl_putchar);
|
| D | cl_bsd.c | 92 (void)tputs(vb, 1, cl_putchar); in flash() 134 (void)tputs(p, 0, cl_putchar);
|
| /mirbsd/src/distrib/special/more/ |
| D | more.c | 97 #define cleareol() (tputs(eraseln, 1, putch)) 98 #define clreos() (tputs(EodClr, 1, putch)) 99 #define home() (tputs(Home, 1, putch)) 568 tputs(ULexit, 1, putch); in screen() 644 tputs(Senter, 1, putch); in prompt() 660 tputs(Sexit, 1, putch); in prompt() 711 tputs(eraseln, 1, putch); in getline() 780 tputs(eraseln, 1, putch); in erasep() 830 tputs(state ? ULenter : ULexit, 1, putch); in prbuf() 837 tputs(chUL, 1, putch); in prbuf() [all …]
|
| /mirbsd/src/lib/libncurses/src/ncurses/base/ |
| D | lib_color.c | 136 tputs(tparm(set_a_background, bg), 1, outc); in set_background_color() 139 tputs(tparm(set_background, toggled_colors(bg)), 1, outc); in set_background_color() 148 tputs(tparm(set_a_foreground, fg), 1, outc); in set_foreground_color() 151 tputs(tparm(set_foreground, toggled_colors(fg)), 1, outc); in set_foreground_color() 513 tputs(tparm(set_color_pair, pair), 1, outc); in _nc_do_color() 534 tputs("\033[39m", 1, outc); in _nc_do_color() 538 tputs("\033[49m", 1, outc); in _nc_do_color()
|
| /mirbsd/src/gnu/usr.bin/texinfo/info/ |
| D | terminal.c | 48 extern void tputs (); 127 tputs (string, 1, output_character_function); \ 237 tputs (tgoto (term_goto, x, y), 1, output_character_function); in terminal_goto_xy() 367 tputs (tgoto (term_DL, 0, count), lines, output_character_function); in terminal_delete_lines() 371 tputs (term_dl, lines, output_character_function); in terminal_delete_lines() 391 tputs (tgoto (term_AL, 0, count), lines, output_character_function); in terminal_insert_lines() 395 tputs (term_al, lines, output_character_function); in terminal_insert_lines()
|
| /mirbsd/src/usr.bin/window/ |
| D | tttermcap.c | 83 tputs(buf, 1, ttxputc); 103 tputs(tgoto(s->ts_str, col, row), n, tttputc);
|
| D | tt.h | 133 #define tttputs(s, n) tputs((s)->ts_str, (n), tttputc)
|
| /mirbsd/src/lib/libncurses/src/ncurses/tty/ |
| D | tty_update.c | 151 tputs(tparm("\033[%d;%dH", expected_y + 1, expected_x + 1), 1, _nc_outch); in position_check() 511 tputs(tparm(repeat_char, CharOf(ntext0), rep_count), in EmitRange() 975 tputs(clr_eos, screen_lines - row, _nc_outch); in ClrToEOS() 1389 tputs(clr_eos, screen_lines, _nc_outch); in ClearScreen() 1436 tputs(tparm(parm_ich, count), count, _nc_outch); in InsStr() 1489 tputs(tparm(parm_dch, count), count, _nc_outch); in DelChar() 1550 tputs(tparm(parm_index, n, 0), n, _nc_outch); in scroll_csr_forward() 1555 tputs(tparm(parm_delete_line, n, 0), n, _nc_outch); in scroll_csr_forward() 1608 tputs(tparm(parm_rindex, n, 0), n, _nc_outch); in scroll_csr_backward() 1613 tputs(tparm(parm_insert_line, n, 0), n, _nc_outch); in scroll_csr_backward() [all …]
|
| D | lib_vidattr.c | 70 #define doPut(mode) TPUTS_TRACE(#mode); tputs(mode, 1, outc) 187 tputs(tparm(set_attributes, in NCURSES_EXPORT()
|
| D | lib_mvcur.c | 839 tputs(buffer, 1, _nc_outch); in onscreen_mvcur() 964 tputs(const char *string, int affcnt GCC_UNUSED, int (*outc) (int) GCC_UNUSED) in tputs() function 977 return (tputs(string, 1, _nc_outch)); in putp()
|
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | lib_tputs.c | 106 return tputs(string, 1, _nc_outch); in putp() 110 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() function
|
| /mirbsd/src/usr.bin/top/ |
| D | screen.h | 38 #define TCputs(str) tputs(str, 1, putstdout)
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | termcap.h | 68 extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
|
| D | termcap.h.in | 68 extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
|
| /mirbsd/src/lib/libncurses/src/ncurses/widechar/ |
| D | lib_vid_attr.c | 38 #define doPut(mode) TPUTS_TRACE(#mode); tputs(mode, 1, outc) 161 tputs(tparm(set_attributes, in NCURSES_EXPORT()
|
| /mirbsd/src/lib/libncurses/src/progs/ |
| D | tset.c | 955 tputs(p, 0, outc); in set_init() 959 tputs(p, 0, outc); in set_init() 991 tputs(clear_all_tabs, 0, outc); in set_tabs() 1003 tputs(set_tab, 0, outc); in set_tabs()
|
| /mirbsd/src/lib/libocurses/PSD.doc/ |
| D | twinkle2.c | 53 tputs(CL, NLINES, _putchar);
|