Home
last modified time | relevance | path

Searched refs:tputs (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/tcsh/
H A Ded.screen.c658 (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 Ded.h249 extern void tputs (const char *, int, void (*)(int));
H A Dvms.termcap.c337 tputs(char *cp, int affcnt, int (*outc)()) in tputs() function
/freebsd/contrib/ncurses/progs/
H A Dtabs.c108 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 Dclear_cmd.c56 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 Dreset_cmd.c497 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 Dlib_tputs.c240 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 Dtinfo_driver.c364 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 Dcl_funcs.c147 (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 Dcl_screen.c113 tputs(tgoto(clp->cup, in cl_screen()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c77 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 Dtty_update.c178 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 Dlib_mvcur.c962 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 Dlib_vid_attr.c44 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 Dlib_color.c189 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 Dscreen.h8 #define TCputs(str) tputs(str, 1, putchar)
/freebsd/contrib/ncurses/include/
H A Dtermcap.h.in66 extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
H A DMKterm.h.awk.in372 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 Dcurses.tail195 #define TRACE_TPUTS 0x0002 /* trace tputs calls */
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.c222 tputs(opt.screen_mode, 1, putchar); in main()
/freebsd/contrib/tnftp/
H A Dtnftp.h195 void tputs(const char *, int, int (*)(int));
/freebsd/usr.sbin/watch/
H A Dwatch.c85 tputs(gbuf, 1, putchar); in clear()
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in274 tputs.3x tputs.3ncurses
H A Dmanhtml.aliases122 tputs(3X) curs_terminfo(3X)
/freebsd/usr.bin/ul/
H A Dul.c91 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)

12