Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c276 NCURSES_SP_OUTC outc) in NCURSES_SP_NAME()
291 if (outc == NCURSES_SP_NAME(_nc_outch)) { in NCURSES_SP_NAME()
295 TR_FUNC_ARG(0, outc)); in NCURSES_SP_NAME()
363 SetOutCh(outc); /* redirect delay_output() */ in NCURSES_SP_NAME()
366 (*outc) (NCURSES_SP_ARGx *string); in NCURSES_SP_NAME()
370 (*outc) (NCURSES_SP_ARGx '$'); in NCURSES_SP_NAME()
372 (*outc) (NCURSES_SP_ARGx *string); in NCURSES_SP_NAME()
379 (*outc) (NCURSES_SP_ARGx '$'); in NCURSES_SP_NAME()
380 (*outc) (NCURSES_SP_ARGx '<'); in NCURSES_SP_NAME()
451 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs()
[all …]
H A Dtinfo_driver.c353 NCURSES_SP_OUTC outc) in drv_setcolor() argument
364 TIPARM_1(set_a_foreground, color), 1, outc); in drv_setcolor()
369 toggled_colors(color)), 1, outc); in drv_setcolor()
375 TIPARM_1(set_a_background, color), 1, outc); in drv_setcolor()
380 toggled_colors(color)), 1, outc); in drv_setcolor()
828 NCURSES_SP_OUTC outc) in drv_do_color() argument
845 TIPARM_1(set_color_pair, pair), 1, outc); in drv_do_color()
866 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc); in drv_do_color()
870 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc); in drv_do_color()
898 drv_setcolor(TCB, TRUE, fg, outc); in drv_do_color()
[all …]
/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); \
68 reverse, outc); \
81 NCURSES_SP_OUTC outc) in NCURSES_EXPORT()
204 1, outc); in NCURSES_EXPORT()
285 returnCode(NCURSES_SP_NAME(vidputs) (NCURSES_SP_ARGx newmode, outc)); in NCURSES_EXPORT()
294 NCURSES_OUTC outc) in vid_puts() argument
296 SetSafeOutcWrapper(outc); in vid_puts()
/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); \
103 reverse, outc); \
112 NCURSES_SP_OUTC outc) in NCURSES_EXPORT()
271 1, outc); in NCURSES_EXPORT()
347 vidputs(chtype newmode, NCURSES_OUTC outc) in vidputs() argument
349 SetSafeOutcWrapper(outc); in vidputs()
/freebsd/contrib/flex/src/
H A Dmisc.c275 outc ('\n'); in dataflush()
281 outc ('\n'); in dataflush()
418 outc (','); in mk2data()
427 outc (','); in mk2data()
447 outc (','); in mkdata()
455 outc (','); in mkdata()
589 void outc (int c) in outc() function
823 outc ('\n'); in transition_struct_out()
826 outc ('\n'); in transition_struct_out()
H A Dgen.c89 outc ('\t'); in do_indent()
94 outc (' '); in do_indent()
192 outc ('\n'); in gen_bu_action()
785 outc ('\n'); in gen_next_match()
796 outc ('\n'); in gen_next_match()
819 outc ('\n'); in gen_next_match()
948 outc ('\n'); in gen_NUL_trans()
1007 outc ('\n'); in gen_NUL_trans()
H A Dflexdef.h894 extern void outc(int);
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_color.c187 CallDriver_3(SP_PARM, td_color, FALSE, bg, outc); in set_background_color()
193 1, outc); in set_background_color()
198 1, outc); in set_background_color()
207 CallDriver_3(SP_PARM, td_color, TRUE, fg, outc); in set_foreground_color()
213 1, outc); in set_foreground_color()
218 1, outc); in set_foreground_color()
990 NCURSES_SP_OUTC outc) in NCURSES_SP_NAME()
1007 1, outc); in NCURSES_SP_NAME()
1061 set_foreground_color(NCURSES_SP_ARGx fg, outc); in NCURSES_SP_NAME()
1064 set_background_color(NCURSES_SP_ARGx bg, outc); in NCURSES_SP_NAME()
[all …]
/freebsd/bin/sh/
H A Doutput.h79 #define outc(c, file) ((file)->nextc == (file)->bufend ? (emptyoutbuf(file), *(file)->nextc++ = (c)… macro
80 #define out1c(c) outc(c, out1);
H A Doutput.c77 outc(c, file); in outcslow()
199 outc(*p++, file); in outbin()
/freebsd/usr.bin/ul/
H A Dul.c89 static void outc(wint_t, int);
329 outc(' ', 1); in flushln()
331 outc(obuf[i].c_char, obuf[i].c_width); in flushln()
511 outc(wint_t c, int width) in outc() function
/freebsd/contrib/tcsh/
H A Dvms.termcap.c337 tputs(char *cp, int affcnt, int (*outc)()) in tputs() argument
347 (*outc)(*cp++); in tputs()
/freebsd/bin/sh/bltin/
H A Dbltin.h54 #define putc(c, file) outc(c, file)
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h402 unsigned char *outc = (unsigned char *)out; in constant_time_lookup() local
411 *(outc + j) |= constant_time_select_8(mask, *(tablec++), 0); in constant_time_lookup()
/freebsd/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/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c672 int (*outc) (SCREEN *, int) GCC_UNUSED) in wcon_setcolor()
913 int (*outc) (SCREEN *, int) GCC_UNUSED in wcon_do_color()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursestw409 NCURSES_OUTC_sp outc)
417 NCURSES_OUTC outc)
2956 NCURSES_OUTC_sp outc)
2962 NCURSES_OUTC outc)
3396 NCURSES_OUTC_sp outc)
3404 NCURSES_OUTC outc)
4761 NCURSES_OUTC_sp outc)
4774 int (*outc)(
H A Dllib-lncursesw406 NCURSES_OUTC_sp outc)
414 NCURSES_OUTC outc)
2947 NCURSES_OUTC_sp outc)
2953 NCURSES_OUTC outc)
3387 NCURSES_OUTC_sp outc)
3395 NCURSES_OUTC outc)
4676 NCURSES_OUTC_sp outc)
4689 int (*outc)(
H A Dllib-lncurses369 NCURSES_OUTC_sp outc)
377 NCURSES_OUTC outc)
2355 NCURSES_OUTC_sp outc)
2361 NCURSES_OUTC outc)
3727 NCURSES_OUTC_sp outc)
3740 int (*outc)(
H A Dllib-lncursest372 NCURSES_OUTC_sp outc)
380 NCURSES_OUTC outc)
2364 NCURSES_OUTC_sp outc)
2370 NCURSES_OUTC outc)
3812 NCURSES_OUTC_sp outc)
3825 int (*outc)(
H A Dllib-ltinfo998 NCURSES_OUTC_sp outc)
1011 int (*outc)(
H A Dllib-ltinfot1074 NCURSES_OUTC_sp outc)
1087 int (*outc)(
H A Dllib-ltinfow1020 NCURSES_OUTC_sp outc)
1033 int (*outc)(
H A Dllib-ltinfotw1096 NCURSES_OUTC_sp outc)
1109 int (*outc)(

12