| /freebsd/contrib/tcsh/ |
| H A D | ed.screen.c | 658 (void) tputs(scap, 1, PUTRAW); in EchoTC() 673 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW); in EchoTC() 704 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW); in EchoTC() 933 (void) tputs(Str(T_me), 1, PUTPURE); in SetAttributes() 940 (void) tputs(Str(T_md), 1, PUTPURE); in SetAttributes() 946 (void) tputs(Str(T_me), 1, PUTPURE); in SetAttributes() 948 (void) tputs(Str(T_se), 1, PUTPURE); in SetAttributes() 952 (void) tputs(Str(T_ue), 1, PUTPURE); in SetAttributes() 962 (void) tputs(Str(T_so), 1, PUTPURE); in SetAttributes() 968 (void) tputs(Str(T_se), 1, PUTPURE); in SetAttributes() [all …]
|
| H A D | ed.h | 249 extern void tputs (const char *, int, void (*)(int));
|
| H A D | vms.termcap.c | 337 tputs(char *cp, int affcnt, int (*outc)()) in tputs() function
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tabs.c | 108 tputs(set_tab, 1, putch); in do_tabs() 350 tputs(clear_margins, 1, putch); in do_set_margin() 362 tputs(TIPARM_1(column_address, margin), 1, putch); in do_set_margin() 365 tputs(TIPARM_1(parm_right_cursor, margin), 1, putch); in do_set_margin() 371 tputs(set_left_margin, 1, putch); in do_set_margin() 379 tputs(TIPARM_1(set_left_margin_parm, margin), 1, putch); in do_set_margin() 381 tputs(TIPARM_2(set_left_margin_parm, margin, max_cols), 1, putch); in do_set_margin() 390 tputs(TIPARM_2(set_lr_margin, margin, max_cols), 1, putch); in do_set_margin() 668 tputs(clear_all_tabs, 1, putch); in main()
|
| H A D | clear_cmd.c | 56 retval = tputs(clear_screen, lines > 0 ? lines : 1, putch); in clear_cmd() 61 (void) tputs(E3, lines > 0 ? lines : 1, putch); in clear_cmd()
|
| H A D | reset_cmd.c | 497 tputs(s, 0, out_char); in sent_string() 531 tputs(clear_all_tabs, 0, out_char); in reset_tabstops() 537 tputs(set_tab, 0, out_char); in reset_tabstops()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_tputs.c | 240 return NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in NCURSES_SP_NAME() 264 rc = NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in NCURSES_SP_NAME() 279 NCURSES_SP_NAME(tputs) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 455 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs() function 458 return NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx string, affcnt, _nc_outc_wrapper); in tputs()
|
| H A D | tinfo_driver.c | 364 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in drv_setcolor() 368 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in drv_setcolor() 375 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in drv_setcolor() 379 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in drv_setcolor() 856 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in drv_do_color() 878 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc); in drv_do_color() 882 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc); in drv_do_color()
|
| /freebsd/contrib/nvi/cl/ |
| H A D | cl_funcs.c | 147 (void)tputs(clp->smcup, 1, cl_putchar); in cl_attr() 155 (void)tputs(clp->rmcup, 1, cl_putchar); in cl_attr() 165 (void)tputs(clp->smso, 1, cl_putchar); in cl_attr() 167 (void)tputs(clp->rmso, 1, cl_putchar); in cl_attr() 397 (void)tputs(clp->cuu1, 1, cl_putchar); in cl_ex_adjust() 399 (void)tputs(tgoto(clp->cup, in cl_ex_adjust() 408 (void)tputs(clp->el, 1, cl_putchar); in cl_ex_adjust()
|
| H A D | cl_screen.c | 113 tputs(tgoto(clp->cup, in cl_screen()
|
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | lib_vidattr.c | 77 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc) 82 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \ 88 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \ 261 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in NCURSES_EXPORT()
|
| H A D | tty_update.c | 178 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in position_check() 660 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in EmitRange() 1220 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in ClrToEOS() 1684 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in ClearScreen() local 1734 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in InsStr() 1787 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in DelChar() 1856 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in scroll_csr_forward() local 1864 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in scroll_csr_forward() local 1921 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in scroll_csr_backward() local 1929 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in scroll_csr_backward() local [all …]
|
| H A D | lib_mvcur.c | 962 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in onscreen_mvcur() 1161 tputs(const char *string, int affcnt GCC_UNUSED, int (*outc) (int) GCC_UNUSED) in tputs() function 1174 return (tputs(string, 1, _nc_outch)); in putp()
|
| /freebsd/contrib/ncurses/ncurses/widechar/ |
| H A D | lib_vid_attr.c | 44 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc) 49 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \ 55 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \ 194 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in NCURSES_EXPORT()
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_color.c | 189 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in set_background_color() 194 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in set_background_color() 209 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in set_foreground_color() 214 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in set_foreground_color() 1009 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx in NCURSES_SP_NAME() 1033 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc); in NCURSES_SP_NAME() 1037 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc); in NCURSES_SP_NAME()
|
| /freebsd/usr.bin/top/ |
| H A D | screen.h | 8 #define TCputs(str) tputs(str, 1, putchar)
|
| /freebsd/contrib/ncurses/include/ |
| H A D | termcap.h.in | 66 extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
|
| H A D | MKterm.h.awk.in | 372 print "extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));" 398 …print "extern NCURSES_EXPORT(int) NCURSES_SP_NAME(tputs) (SCREEN*, const char *, int, NCURSES…
|
| H A D | curses.tail | 195 #define TRACE_TPUTS 0x0002 /* trace tputs calls */
|
| /freebsd/contrib/bsddialog/utility/ |
| H A D | bsddialog.c | 222 tputs(opt.screen_mode, 1, putchar); in main()
|
| /freebsd/contrib/tnftp/ |
| H A D | tnftp.h | 195 void tputs(const char *, int, int (*)(int));
|
| /freebsd/usr.sbin/watch/ |
| H A D | watch.c | 85 tputs(gbuf, 1, putchar); in clear()
|
| /freebsd/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 274 tputs.3x tputs.3ncurses
|
| H A D | manhtml.aliases | 122 tputs(3X) curs_terminfo(3X)
|
| /freebsd/usr.bin/ul/ |
| H A D | ul.c | 91 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
|