Home
last modified time | relevance | path

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

12

/freebsd-13.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-13.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c266 NCURSES_SP_OUTC outc) in NCURSES_SP_NAME()
281 if (outc == NCURSES_SP_NAME(_nc_outch)) { in NCURSES_SP_NAME()
285 TR_FUNC_ARG(0, outc)); in NCURSES_SP_NAME()
353 SetOutCh(outc); /* redirect delay_output() */ in NCURSES_SP_NAME()
356 (*outc) (NCURSES_SP_ARGx *string); in NCURSES_SP_NAME()
360 (*outc) (NCURSES_SP_ARGx '$'); in NCURSES_SP_NAME()
362 (*outc) (NCURSES_SP_ARGx *string); in NCURSES_SP_NAME()
369 (*outc) (NCURSES_SP_ARGx '$'); in NCURSES_SP_NAME()
370 (*outc) (NCURSES_SP_ARGx '<'); in NCURSES_SP_NAME()
441 tputs(const char *string, int affcnt, int (*outc) (int)) in tputs()
[all …]
H A Dtinfo_driver.c348 NCURSES_SP_OUTC outc) in drv_setcolor() argument
359 TPARM_1(set_a_foreground, color), 1, outc); in drv_setcolor()
364 toggled_colors(color)), 1, outc); in drv_setcolor()
370 TPARM_1(set_a_background, color), 1, outc); in drv_setcolor()
375 toggled_colors(color)), 1, outc); in drv_setcolor()
812 NCURSES_SP_OUTC outc) in drv_do_color() argument
829 TPARM_1(set_color_pair, pair), 1, outc); in drv_do_color()
850 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc); in drv_do_color()
854 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc); in drv_do_color()
882 drv_setcolor(TCB, TRUE, fg, outc); in drv_do_color()
[all …]
/freebsd-13.1/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()
286 returnCode(NCURSES_SP_NAME(vidputs) (NCURSES_SP_ARGx newmode, outc)); in NCURSES_EXPORT()
295 NCURSES_OUTC outc) in vid_puts() argument
297 SetSafeOutcWrapper(outc); in vid_puts()
/freebsd-13.1/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-13.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-13.1/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-13.1/contrib/ncurses/ncurses/base/
H A Dlib_color.c188 CallDriver_3(SP_PARM, td_color, FALSE, bg, outc); in set_background_color()
194 1, outc); in set_background_color()
199 1, outc); in set_background_color()
208 CallDriver_3(SP_PARM, td_color, TRUE, fg, outc); in set_foreground_color()
214 1, outc); in set_foreground_color()
219 1, outc); in set_foreground_color()
991 NCURSES_SP_OUTC outc) in NCURSES_SP_NAME()
1008 1, outc); in NCURSES_SP_NAME()
1062 set_foreground_color(NCURSES_SP_ARGx fg, outc); in NCURSES_SP_NAME()
1065 set_background_color(NCURSES_SP_ARGx bg, outc); in NCURSES_SP_NAME()
[all …]
/freebsd-13.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-13.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-13.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-13.1/contrib/tcsh/
H A Dvms.termcap.c337 tputs(char *cp, int affcnt, int (*outc)()) in tputs() argument
347 (*outc)(*cp++); in tputs()
/freebsd-13.1/bin/sh/bltin/
H A Dbltin.h57 #define putc(c, file) outc(c, file)
/freebsd-13.1/crypto/openssl/include/internal/
H A Dconstant_time.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-13.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-13.1/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)
4754 NCURSES_OUTC_sp outc)
4767 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)
4669 NCURSES_OUTC_sp outc)
4682 int (*outc)(
H A Dllib-lncurses369 NCURSES_OUTC_sp outc)
377 NCURSES_OUTC outc)
2355 NCURSES_OUTC_sp outc)
2361 NCURSES_OUTC outc)
3720 NCURSES_OUTC_sp outc)
3733 int (*outc)(
H A Dllib-lncursest372 NCURSES_OUTC_sp outc)
380 NCURSES_OUTC outc)
2364 NCURSES_OUTC_sp outc)
2370 NCURSES_OUTC outc)
3805 NCURSES_OUTC_sp outc)
3818 int (*outc)(
H A Dllib-ltinfo986 NCURSES_OUTC_sp outc)
999 int (*outc)(

12