Searched refs:tputs (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.1-release/contrib/libreadline/
H A Dtcap.h54 extern int tputs ();
H A Dterminal.c107 /* Some strings to control terminal actions. These are output by tputs (). */
483 /* Everything below here is used by the redisplay code (tputs). */
599 /* A function for the use of tputs () */
634 tputs (_rl_term_backspace, 1, _rl_output_character_function);
647 tputs (_rl_term_cr, 1, _rl_output_character_function);
667 tputs (_rl_visible_bell, 1, _rl_output_character_function);
692 tputs (_rl_term_mm, 1, _rl_output_character_function);
702 tputs (_rl_term_ks, 1, _rl_output_character_function);
704 tputs (_rl_term_ke, 1, _rl_output_character_function);
727 tputs (_rl_term_v
[all...]
H A Ddisplay.c1021 tputs (_rl_term_cr, 1, _rl_output_character_function);
1455 tputs (_rl_term_cr, 1, _rl_output_character_function);
1829 tputs (_rl_term_cr, 1, _rl_output_character_function);
1858 tputs (_rl_term_forward_char, 1, _rl_output_character_function);
1862 tputs (_rl_term_cr, 1, _rl_output_character_function);
1901 tputs (_rl_term_cr, 1, _rl_output_character_function);
1909 tputs (_rl_term_up, 1, _rl_output_character_function);
2170 tputs (_rl_term_clreol, 1, _rl_output_character_function);
2193 tputs (_rl_term_clrpag, 1, _rl_output_character_function);
2218 tputs (buffe
[all...]
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dclear.c56 ExitProgram((tputs(clear_screen, lines > 0 ? lines : 1, putch) == ERR)
H A Dtset.c994 tputs(p, 0, outc);
998 tputs(p, 0, outc);
1030 tputs(clear_all_tabs, 0, outc);
1042 tputs(set_tab, 0, outc);
/freebsd-10.1-release/contrib/top/
H A Dscreen.h8 #define TCputs(str) tputs(str, 1, putstdout)
/freebsd-10.1-release/lib/libedit/
H A Dsys.h77 extern int tputs(const char *, int, int (*)(int));
95 extern int tputs(const char *str, int affcnt, int (*putc)(int));
/freebsd-10.1-release/usr.bin/tput/
H A Dtput.c178 (void)tputs(str, 1, outc);
187 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc);
198 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc);
/freebsd-10.1-release/contrib/ncurses/include/
H A Dtermcap.h.in68 extern NCURSES_EXPORT(int) tputs (const char *, int, int (*)(int));
/freebsd-10.1-release/contrib/tcsh/
H A Ded.screen.c662 (void) tputs(scap, 1, PUTRAW);
677 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW);
708 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW);
937 (void) tputs(Str(T_me), 1, PUTPURE);
944 (void) tputs(Str(T_md), 1, PUTPURE);
950 (void) tputs(Str(T_me), 1, PUTPURE);
952 (void) tputs(Str(T_se), 1, PUTPURE);
956 (void) tputs(Str(T_ue), 1, PUTPURE);
966 (void) tputs(Str(T_so), 1, PUTPURE);
972 (void) tputs(St
[all...]
H A Ded.h250 extern void tputs (const char *, int, void (*)(int));
H A Dvms.termcap.c333 * tputs - put the string cp out onto the terminal, using the function
338 tputs(char *cp, int affcnt, int (*outc)()) function
/freebsd-10.1-release/usr.bin/tset/
H A Dset.c257 tputs(buf, 0, outc);
294 tputs(clear_tabs, 0, outc);
312 tputs(tg_out, 1, outc);
316 tputs(Set_tab, 0, outc);
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_color.c154 tputs(TPARM_1(set_a_background, bg), 1, outc);
157 tputs(TPARM_1(set_background, toggled_colors(bg)), 1, outc);
166 tputs(TPARM_1(set_a_foreground, fg), 1, outc);
169 tputs(TPARM_1(set_foreground, toggled_colors(fg)), 1, outc);
535 tputs(TPARM_1(set_color_pair, pair), 1, outc);
556 tputs("\033[39m", 1, outc);
560 tputs("\033[49m", 1, outc);
/freebsd-10.1-release/contrib/texinfo/info/
H A Dterminal.c47 extern void tputs ();
84 /* Some strings to control terminal actions. These are output by tputs (). */
126 tputs (string, 1, output_character_function); \
237 tputs (tgoto (term_goto, x, y), 1, output_character_function);
367 tputs (tgoto (term_DL, 0, count), lines, output_character_function);
371 tputs (term_dl, lines, output_character_function);
391 tputs (tgoto (term_AL, 0, count), lines, output_character_function);
395 tputs (term_al, lines, output_character_function);
/freebsd-10.1-release/contrib/less/
H A Dscreen.c158 * Strings passed to tputs() to do various terminal functions.
1343 * We use the trick of calling tputs, but as a char printing function
1364 tputs(t, sc_height, inc_costcount);
1537 tputs(sc_init, sc_height, putchr);
1539 tputs(sc_s_keypad, sc_height, putchr);
1575 tputs(sc_e_keypad, sc_height, putchr);
1577 tputs(sc_deinit, sc_height, putchr);
1599 tputs(sc_home, 1, putchr);
1614 tputs(sc_addline, sc_height, putchr);
1823 tputs(sc_lower_lef
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c36 * tputs.c
39 * tputs()
123 return tputs(string, 1, _nc_outch);
127 tputs(const char *string, int affcnt, int (*outc) (int)) function
145 _tracef("tputs(%s = %s, %d, %s) called", _nc_tputs_trace,
148 _tracef("tputs(%s, %d, %s) called", _nc_visbuf(string), affcnt, addrbuf);
175 * (like nethack) actually do the likes of tputs("50") to get delays.
/freebsd-10.1-release/contrib/nvi/cl/
H A Dcl_funcs.c151 (void)tputs(clp->smcup, 1, cl_putchar);
159 (void)tputs(clp->rmcup, 1, cl_putchar);
169 (void)tputs(clp->smso, 1, cl_putchar);
171 (void)tputs(clp->rmso, 1, cl_putchar);
401 (void)tputs(clp->cuu1, 1, cl_putchar);
403 (void)tputs(tgoto(clp->cup,
412 (void)tputs(clp->el, 1, cl_putchar);
H A Dcl_screen.c119 tputs(tgoto(clp->cup,
/freebsd-10.1-release/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c70 #define doPut(mode) TPUTS_TRACE(#mode); tputs(mode, 1, outc)
225 tputs(tparm(set_attributes,
H A Dtty_update.c156 tputs(tparm("\033[%d;%dH", expected_y + 1, expected_x + 1), 1, _nc_outch);
549 tputs(TPARM_2(repeat_char, CharOf(ntext0), rep_count),
1049 tputs(clr_eos, screen_lines - row, _nc_outch);
1457 tputs(clr_eos, screen_lines, _nc_outch);
1504 tputs(TPARM_1(parm_ich, count), count, _nc_outch);
1559 tputs(TPARM_1(parm_dch, count), count, _nc_outch);
1620 tputs(TPARM_2(parm_index, n, 0), n, _nc_outch);
1625 tputs(TPARM_2(parm_delete_line, n, 0), n, _nc_outch);
1678 tputs(TPARM_2(parm_rindex, n, 0), n, _nc_outch);
1683 tputs(TPARM_
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c38 #define doPut(mode) TPUTS_TRACE(#mode); tputs(mode, 1, outc)
162 tputs(TPARM_9(set_attributes,
/freebsd-10.1-release/bin/ls/
H A Dprint.c452 tputs(enter_bold, 1, putch);
457 tputs(ansiseq, 1, putch);
462 tputs(ansiseq, 1, putch);
469 tputs(ansi_coloff, 1, sig ? writech : putch);
470 tputs(attrs_off, 1, sig ? writech : putch);
/freebsd-10.1-release/contrib/libreadline/examples/rlfe/
H A Dos.h239 /* linux ncurses is broken, we have to use our own tputs */
241 # define tputs xtputs macro
/freebsd-10.1-release/contrib/tnftp/
H A Dtnftp.h195 void tputs(const char *, int, int (*)(int));

Completed in 231 milliseconds

12