Home
last modified time | relevance | path

Searched refs:outc (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/unvis/
H A Dunvis.c112 char outc; in process() local
117 switch(ret = unvis(&outc, (char)c, &state, eflags)) { in process()
119 (void)putchar(outc); in process()
122 (void)putchar(outc); in process()
136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID) in process()
137 (void)putchar(outc); in process()
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c250 NCURSES_SP_OUTC outc) in NCURSES_SP_NAME()
264 if (outc == NCURSES_SP_NAME(_nc_outch)) in NCURSES_SP_NAME()
267 _nc_SPRINTF(addrbuf, _nc_SLIMIT(sizeof(addrbuf)) "%p", outc); in NCURSES_SP_NAME()
334 SetOutCh(outc); /* redirect delay_output() */ in NCURSES_SP_NAME()
337 (*outc) (NCURSES_SP_ARGx *string); in NCURSES_SP_NAME()
341 (*outc) (NCURSES_SP_ARGx '$'); in NCURSES_SP_NAME()
343 (*outc) (NCURSES_SP_ARGx *string); in NCURSES_SP_NAME()
350 (*outc) (NCURSES_SP_ARGx '$'); in NCURSES_SP_NAME()
351 (*outc) (NCURSES_SP_ARGx '<'); in NCURSES_SP_NAME()
422 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs()
[all …]
H A Dtinfo_driver.c272 NCURSES_SP_OUTC outc) in drv_setcolor() argument
283 TPARM_1(set_a_foreground, color), 1, outc); in drv_setcolor()
288 toggled_colors(color)), 1, outc); in drv_setcolor()
294 TPARM_1(set_a_background, color), 1, outc); in drv_setcolor()
299 toggled_colors(color)), 1, outc); in drv_setcolor()
738 NCURSES_SP_OUTC outc) in drv_do_color() argument
755 TPARM_1(set_color_pair, pair), 1, outc); in drv_do_color()
782 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc); in drv_do_color()
786 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc); in drv_do_color()
814 drv_setcolor(TCB, TRUE, fg, outc); in drv_do_color()
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_color.c191 CallDriver_3(SP_PARM, color, FALSE, bg, outc); in set_background_color()
197 1, outc); in set_background_color()
202 1, outc); in set_background_color()
211 CallDriver_3(SP_PARM, color, TRUE, fg, outc); in set_foreground_color()
217 1, outc); in set_foreground_color()
222 1, outc); in set_foreground_color()
811 NCURSES_SP_OUTC outc) in NCURSES_SP_NAME()
828 1, outc); in NCURSES_SP_NAME()
882 set_foreground_color(NCURSES_SP_ARGx fg, outc); in NCURSES_SP_NAME()
885 set_background_color(NCURSES_SP_ARGx bg, outc); in NCURSES_SP_NAME()
[all …]
/freebsd-12.1/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) in NCURSES_EXPORT()
191 1, outc); in NCURSES_EXPORT()
272 returnCode(NCURSES_SP_NAME(vidputs) (NCURSES_SP_ARGx newmode, outc)); in NCURSES_EXPORT()
281 NCURSES_OUTC outc) in vid_puts() argument
283 SetSafeOutcWrapper(outc); in vid_puts()
/freebsd-12.1/usr.bin/tput/
H A Dtput.c56 #define outc putchar macro
180 (void)tputs(str, 1, outc); in process()
189 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc); in process()
200 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc); in process()
/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c76 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc)
95 reverse, outc); \
104 NCURSES_SP_OUTC outc) in NCURSES_EXPORT()
259 1, outc); in NCURSES_EXPORT()
336 vidputs(chtype newmode, NCURSES_OUTC outc) in vidputs() argument
338 SetSafeOutcWrapper(outc); in vidputs()
/freebsd-12.1/contrib/flex/
H A Dmisc.c339 outc ('\n'); in dataflush()
345 outc ('\n'); in dataflush()
511 outc (',');
520 outc (',');
541 outc (',');
549 outc (',');
720 void outc (c) in outc() function
961 outc ('\n');
964 outc ('\n');
H A Dgen.c87 outc ('\t'); in do_indent()
92 outc (' '); in do_indent()
190 outc ('\n'); in gen_bu_action()
780 outc ('\n'); in gen_next_match()
791 outc ('\n'); in gen_next_match()
814 outc ('\n'); in gen_next_match()
944 outc ('\n'); in gen_NUL_trans()
1003 outc ('\n'); in gen_NUL_trans()
H A Dflexdef.h950 extern void outc PROTO ((int));
/freebsd-12.1/bin/sh/
H A Doutput.h82 #define outc(c, file) ((file)->nextc == (file)->bufend ? (emptyoutbuf(file), *(file)->nextc++ = (c)… macro
83 #define out1c(c) outc(c, out1);
H A Doutput.c85 outc(c, file); in outcslow()
207 outc(*p++, file); in outbin()
/freebsd-12.1/usr.bin/tset/
H A Dset.c259 tputs(buf, 0, outc); in set_init()
296 tputs(clear_tabs, 0, outc); in set_tabs()
314 tputs(tg_out, 1, outc); in set_tabs()
318 tputs(Set_tab, 0, outc); in set_tabs()
H A Dextern.h46 int outc(int);
H A Dmisc.c65 outc(int c) in outc() function
/freebsd-12.1/usr.bin/ul/
H A Dul.c103 static void outc(wint_t, int);
343 outc(' ', 1); in flushln()
345 outc(obuf[i].c_char, obuf[i].c_width); in flushln()
525 outc(wint_t c, int width) in outc() function
/freebsd-12.1/contrib/tcsh/
H A Dvms.termcap.c338 tputs(char *cp, int affcnt, int (*outc)()) in tputs() argument
348 (*outc)(*cp++); in tputs()
/freebsd-12.1/contrib/ncurses/progs/
H A Dtset.c243 outc(int c) in outc() function
1026 tputs(p, 0, outc); in set_init()
1030 tputs(p, 0, outc); in set_init()
1069 tputs(clear_all_tabs, 0, outc); in set_tabs()
1081 tputs(set_tab, 0, outc); in set_tabs()
/freebsd-12.1/bin/sh/bltin/
H A Dbltin.h57 #define putc(c, file) outc(c, file)
/freebsd-12.1/crypto/openssl/include/internal/
H A Dconstant_time_locl.h368 unsigned char *outc = (unsigned char *)out; in constant_time_lookup() local
377 *(outc + j) |= constant_time_select_8(mask, *(tablec++), 0); in constant_time_lookup()
/freebsd-12.1/contrib/tnftp/src/
H A Dftp.c588 ssize_t inc, outc; in copy_bytes() local
605 inc = outc = 0; in copy_bytes()
616 outc = write(outfd, bufp, inc); in copy_bytes()
617 if (outc < 0) in copy_bytes()
619 inc -= outc; in copy_bytes()
620 bufp += outc; in copy_bytes()
652 if (outc == -1) in copy_bytes()
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dllib-lncursesw372 NCURSES_OUTC_sp outc)
380 NCURSES_OUTC outc)
2828 NCURSES_OUTC_sp outc)
2834 NCURSES_OUTC outc)
3270 NCURSES_OUTC_sp outc)
3278 NCURSES_OUTC outc)
4470 NCURSES_OUTC_sp outc)
4483 int (*outc)(
H A Dllib-lncursestw375 NCURSES_OUTC_sp outc)
383 NCURSES_OUTC outc)
2837 NCURSES_OUTC_sp outc)
2843 NCURSES_OUTC outc)
3279 NCURSES_OUTC_sp outc)
3287 NCURSES_OUTC outc)
4552 NCURSES_OUTC_sp outc)
4565 int (*outc)(
H A Dllib-lncurses331 NCURSES_OUTC_sp outc)
339 NCURSES_OUTC outc)
2306 NCURSES_OUTC_sp outc)
2312 NCURSES_OUTC outc)
3645 NCURSES_OUTC_sp outc)
3658 int (*outc)(
H A Dllib-lncursest338 NCURSES_OUTC_sp outc)
346 NCURSES_OUTC outc)
2327 NCURSES_OUTC_sp outc)
2333 NCURSES_OUTC outc)
3767 NCURSES_OUTC_sp outc)
3780 int (*outc)(

12