Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/unvis/
H A Dunvis.c81 char outc; in process() local
86 switch(ret = unvis(&outc, (char)c, &state, 0)) { in process()
88 putchar(outc); in process()
91 putchar(outc); in process()
105 if (unvis(&outc, (char)0, &state, UNVIS_END) == UNVIS_VALID) in process()
106 putchar(outc); in process()
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_tputs.c279 NCURSES_SP_OUTC outc) in NCURSES_SP_NAME()
294 if (outc == NCURSES_SP_NAME(_nc_outch)) { in NCURSES_SP_NAME()
298 TR_FUNC_ARG(0, outc)); in NCURSES_SP_NAME()
364 SetOutCh(outc); /* redirect delay_output() */ in NCURSES_SP_NAME()
367 (*outc) (NCURSES_SP_ARGx *string); in NCURSES_SP_NAME()
371 (*outc) (NCURSES_SP_ARGx '$'); in NCURSES_SP_NAME()
373 (*outc) (NCURSES_SP_ARGx *string); in NCURSES_SP_NAME()
380 (*outc) (NCURSES_SP_ARGx '$'); in NCURSES_SP_NAME()
381 (*outc) (NCURSES_SP_ARGx '<'); in NCURSES_SP_NAME()
452 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 …]
/openbsd-src/lib/libcurses/widechar/
H A Dlib_vid_attr.c46 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc)
51 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \
57 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \
70 reverse, outc); \
83 NCURSES_SP_OUTC outc) in NCURSES_EXPORT()
207 1, outc); in NCURSES_EXPORT()
289 returnCode(NCURSES_SP_NAME(vidputs) (NCURSES_SP_ARGx newmode, outc)); in NCURSES_EXPORT()
298 NCURSES_OUTC outc) in vid_puts() argument
300 SetSafeOutcWrapper(outc); in vid_puts()
/openbsd-src/lib/libcurses/tty/
H A Dlib_vidattr.c79 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc)
84 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \
90 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx mode, 1, outc); \
105 reverse, outc); \
114 NCURSES_SP_OUTC outc) in NCURSES_EXPORT()
274 1, outc); in NCURSES_EXPORT()
351 vidputs(chtype newmode, NCURSES_OUTC outc) in vidputs() argument
353 SetSafeOutcWrapper(outc); in vidputs()
H A Dlib_mvcur.c1144 tputs(const char *string, int affcnt GCC_UNUSED, int (*outc) (int) GCC_UNUSED) in tputs()
/openbsd-src/distrib/special/more/
H A Dtputs.c56 tputs(char *cp, int affcnt, void (*outc)(int)) in tputs()
94 (*outc)(*cp++); in tputs()
115 (*outc)(PC); in tputs()
/openbsd-src/lib/libcurses/base/
H A Dlib_color.c184 set_background_color(NCURSES_SP_DCLx int bg, NCURSES_SP_OUTC outc) in set_background_color() argument
187 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()
204 set_foreground_color(NCURSES_SP_DCLx int fg, NCURSES_SP_OUTC outc) in set_foreground_color() argument
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()
994 NCURSES_SP_OUTC outc) in NCURSES_SP_NAME()
997 CallDriver_4(SP_PARM, td_docolor, old_pair, pair, reverse, outc); in NCURSES_SP_NAME()
[all …]
/openbsd-src/usr.bin/lex/
H A Dmisc.c322 outc('\n'); in cclcmp()
329 outc('\n'); in dataend()
494 outc(',');
502 outc(','); in mark_defs1()
523 outc(',');
530 outc(',');
700 outc(int c)
921 outc('\n'); in skelout()
924 outc('\n'); in skelout()
757 outc(c) outc() function
H A Dgen.c93 outc('\t'); in do_indent()
98 outc(' '); in do_indent()
201 outc('\n'); in gen_bu_action()
800 outc('\n'); in gen_next_match()
809 outc('\n'); in gen_next_match()
830 outc('\n'); in gen_next_match()
957 outc('\n'); in gen_NUL_trans()
1012 outc('\n'); in gen_NUL_trans()
H A Dflexdef.h908 extern void outc PROTO ((int));
/openbsd-src/usr.bin/ul/
H A Dul.c87 void outc(wchar_t, int);
358 outc(L' ', 1); in flushln()
360 outc(obuf[i].c_char, obuf[i].c_width); in flushln()
537 outc(wchar_t c, int width) in outc() function
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c259 size_t inc, outc, r; local
269 outc = 2;
272 &outp, &outc);
275 if (r != (size_t) -1 && inc == 0 && outc == 0)
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h2351 #define SetSafeOutcWrapper(outc) \ argument
2359 sp->jump = outc