Searched refs:outc (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/unvis/
H A Dunvis.c112 char outc; local
117 switch(ret = unvis(&outc, (char)c, &state, eflags)) {
119 (void)putchar(outc);
122 (void)putchar(outc);
136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID)
137 (void)putchar(outc);
/freebsd-11-stable/usr.bin/tset/
H A Dextern.h44 int outc(int);
H A Dmisc.c63 outc(int c) function
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-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c250 NCURSES_SP_OUTC outc)
264 if (outc == NCURSES_SP_NAME(_nc_outch))
267 _nc_SPRINTF(addrbuf, _nc_SLIMIT(sizeof(addrbuf)) "%p", outc);
334 SetOutCh(outc); /* redirect delay_output() */
337 (*outc) (NCURSES_SP_ARGx *string);
341 (*outc) (NCURSES_SP_ARGx '$');
343 (*outc) (NCURSES_SP_ARGx *string);
350 (*outc) (NCURSES_SP_ARGx '$');
351 (*outc) (NCURSES_SP_ARGx '<');
422 tputs(const char *string, int affcnt, int (*outc) (in
247 tputs(NCURSES_SP_DCLx const char *string, int affcnt, NCURSES_SP_OUTC outc) argument
[all...]
H A Dtinfo_driver.c272 NCURSES_SP_OUTC outc)
283 TPARM_1(set_a_foreground, color), 1, outc);
288 toggled_colors(color)), 1, outc);
294 TPARM_1(set_a_background, color), 1, outc);
299 toggled_colors(color)), 1, outc);
738 NCURSES_SP_OUTC outc)
755 TPARM_1(set_color_pair, pair), 1, outc);
782 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc);
786 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc);
814 drv_setcolor(TCB, TRUE, fg, outc);
269 drv_setcolor(TERMINAL_CONTROL_BLOCK * TCB, int fore, int color, NCURSES_SP_OUTC outc) argument
734 drv_do_color(TERMINAL_CONTROL_BLOCK * TCB, int old_pair, int pair, int reverse, NCURSES_SP_OUTC outc) argument
[all...]
/freebsd-11-stable/usr.bin/tput/
H A Dtput.c54 #define outc putchar macro
178 (void)tputs(str, 1, outc);
187 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc); local
198 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc); local
/freebsd-11-stable/bin/sh/
H A Doutput.h80 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c))) macro
81 #define out1c(c) outc(c, out1);
H A Doutput.c83 outc(c, file);
205 outc(*p++, file);
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c43 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc)
60 reverse, outc); \
73 NCURSES_SP_OUTC outc)
191 1, outc);
272 returnCode(NCURSES_SP_NAME(vidputs) (NCURSES_SP_ARGx newmode, outc));
281 NCURSES_OUTC outc)
283 SetSafeOutcWrapper(outc);
69 vid_puts(NCURSES_SP_DCLx attr_t newmode, NCURSES_PAIRS_T pair, void *opts GCC_UNUSED, NCURSES_SP_OUTC outc) argument
278 vid_puts(attr_t newmode, NCURSES_PAIRS_T pair, void *opts GCC_UNUSED, NCURSES_OUTC outc) argument
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c188 set_background_color(NCURSES_SP_DCLx int bg, NCURSES_SP_OUTC outc) argument
191 CallDriver_3(SP_PARM, color, FALSE, bg, outc);
197 1, outc);
202 1, outc);
208 set_foreground_color(NCURSES_SP_DCLx int fg, NCURSES_SP_OUTC outc) argument
211 CallDriver_3(SP_PARM, color, TRUE, fg, outc);
217 1, outc);
222 1, outc);
811 NCURSES_SP_OUTC outc)
814 CallDriver_4(SP_PARM, docolor, old_pair, pair, reverse, outc);
807 _nc_do_color(NCURSES_SP_DCLx int old_pair, int pair, int reverse, NCURSES_SP_OUTC outc) argument
892 _nc_do_color(int old_pair, int pair, int reverse, NCURSES_OUTC outc) argument
[all...]
/freebsd-11-stable/bin/sh/bltin/
H A Dbltin.h55 #define putc(c, file) outc(c, file)
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c37 * vidputs(newmode, outc)
76 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc)
95 reverse, outc); \
104 NCURSES_SP_OUTC outc)
259 1, outc);
336 vidputs(chtype newmode, NCURSES_OUTC outc) argument
338 SetSafeOutcWrapper(outc);
102 vidputs(NCURSES_SP_DCLx chtype newmode, NCURSES_SP_OUTC outc) argument
H A Dlib_mvcur.c1133 tputs(const char *string, int affcnt GCC_UNUSED, int (*outc) (int) GCC_UNUSED)
/freebsd-11-stable/contrib/flex/
H A Dmisc.c339 outc ('\n');
345 outc ('\n');
511 outc (',');
520 outc (',');
541 outc (',');
549 outc (',');
720 void outc (c) function
961 outc ('\n');
964 outc ('\n');
H A Dgen.c87 outc ('\t');
92 outc (' ');
190 outc ('\n');
780 outc ('\n');
791 outc ('\n');
814 outc ('\n');
944 outc ('\n');
1003 outc ('\n');
H A Dflexdef.h950 extern void outc PROTO ((int));
/freebsd-11-stable/contrib/tcsh/
H A Dvms.termcap.c333 * outc. This should do padding for the terminal, but I can't find a
337 tputs(char *cp, int affcnt, int (*outc)()) argument
347 (*outc)(*cp++);
/freebsd-11-stable/usr.bin/ul/
H A Dul.c101 static void outc(wint_t, int);
341 outc(' ', 1);
343 outc(obuf[i].c_char, obuf[i].c_width);
523 outc(wint_t c, int width) function
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c243 outc(int c) function
1026 tputs(p, 0, outc);
1030 tputs(p, 0, outc);
1069 tputs(clear_all_tabs, 0, outc);
1081 tputs(set_tab, 0, outc);
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c588 ssize_t inc, outc; local
605 inc = outc = 0;
616 outc = write(outfd, bufp, inc);
617 if (outc < 0)
619 inc -= outc;
620 bufp += outc;
652 if (outc == -1)
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp729 void outc(unsigned char c);
733 void ascii_output_file::outc(unsigned char c) function in class:ascii_output_file
2148 ascii->outc(c);
3466 ascii->outc(' ');
3473 ascii->outc(' ');
3478 ascii->outc(' ');
4258 ascii->outc(c);
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c588 int (*outc) (SCREEN *, int) GCC_UNUSED)
1061 int (*outc) (SCREEN *, int) GCC_UNUSED

Completed in 225 milliseconds