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

/freebsd-13-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-13-stable/usr.bin/tset/
H A Dextern.h46 int outc(int);
H A Dmisc.c65 outc(int c) function
H A Dset.c259 tputs(buf, 0, outc);
296 tputs(clear_tabs, 0, outc);
314 tputs(tg_out, 1, outc);
318 tputs(Set_tab, 0, outc);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c266 NCURSES_SP_OUTC outc)
281 if (outc == NCURSES_SP_NAME(_nc_outch)) {
285 TR_FUNC_ARG(0, outc));
353 SetOutCh(outc); /* redirect delay_output() */
356 (*outc) (NCURSES_SP_ARGx *string);
360 (*outc) (NCURSES_SP_ARGx '$');
362 (*outc) (NCURSES_SP_ARGx *string);
369 (*outc) (NCURSES_SP_ARGx '$');
370 (*outc) (NCURSES_SP_ARGx '<');
441 tputs(const char *string, int affcnt, int (*outc) (in
263 tputs(NCURSES_SP_DCLx const char *string, int affcnt, NCURSES_SP_OUTC outc) argument
[all...]
H A Dtinfo_driver.c348 NCURSES_SP_OUTC outc)
359 TPARM_1(set_a_foreground, color), 1, outc);
364 toggled_colors(color)), 1, outc);
370 TPARM_1(set_a_background, color), 1, outc);
375 toggled_colors(color)), 1, outc);
812 NCURSES_SP_OUTC outc)
829 TPARM_1(set_color_pair, pair), 1, outc);
850 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc);
854 NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[49m", 1, outc);
882 drv_setcolor(TCB, TRUE, fg, outc);
345 drv_setcolor(TERMINAL_CONTROL_BLOCK * TCB, int fore, int color, NCURSES_SP_OUTC outc) argument
808 drv_do_color(TERMINAL_CONTROL_BLOCK * TCB, int old_pair, int pair, int reverse, NCURSES_SP_OUTC outc) argument
[all...]
/freebsd-13-stable/usr.bin/tput/
H A Dtput.c56 #define outc putchar macro
180 (void)tputs(str, 1, outc);
189 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc); local
200 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc); local
/freebsd-13-stable/bin/sh/
H A Doutput.h82 #define outc(c, file) ((file)->nextc == (file)->bufend ? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c))) macro
83 #define out1c(c) outc(c, out1);
H A Doutput.c85 outc(c, file);
207 outc(*p++, file);
/freebsd-13-stable/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)
204 1, outc);
286 returnCode(NCURSES_SP_NAME(vidputs) (NCURSES_SP_ARGx newmode, outc));
295 NCURSES_OUTC outc)
297 SetSafeOutcWrapper(outc);
77 vid_puts(NCURSES_SP_DCLx attr_t newmode, NCURSES_PAIRS_T pair_arg, void *opts OPTIONAL_PAIR, NCURSES_SP_OUTC outc) argument
292 vid_puts(attr_t newmode, NCURSES_PAIRS_T pair_arg, void *opts GCC_UNUSED, NCURSES_OUTC outc) argument
/freebsd-13-stable/bin/sh/bltin/
H A Dbltin.h57 #define putc(c, file) outc(c, file)
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c38 * vidputs(newmode, outc)
77 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)
271 1, outc);
347 vidputs(chtype newmode, NCURSES_OUTC outc) argument
349 SetSafeOutcWrapper(outc);
110 vidputs(NCURSES_SP_DCLx chtype newmode, NCURSES_SP_OUTC outc) argument
H A Dlib_mvcur.c1151 tputs(const char *string, int affcnt GCC_UNUSED, int (*outc) (int) GCC_UNUSED)
/freebsd-13-stable/contrib/flex/src/
H A Dmisc.c275 outc ('\n');
281 outc ('\n');
418 outc (',');
427 outc (',');
447 outc (',');
455 outc (',');
589 void outc (int c) function
823 outc ('\n');
826 outc ('\n');
H A Dgen.c89 outc ('\t');
94 outc (' ');
192 outc ('\n');
785 outc ('\n');
796 outc ('\n');
819 outc ('\n');
948 outc ('\n');
1007 outc ('\n');
H A Dflexdef.h894 extern void outc(int);
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c185 set_background_color(NCURSES_SP_DCLx int bg, NCURSES_SP_OUTC outc) argument
188 CallDriver_3(SP_PARM, td_color, FALSE, bg, outc);
194 1, outc);
199 1, outc);
205 set_foreground_color(NCURSES_SP_DCLx int fg, NCURSES_SP_OUTC outc) argument
208 CallDriver_3(SP_PARM, td_color, TRUE, fg, outc);
214 1, outc);
219 1, outc);
991 NCURSES_SP_OUTC outc)
994 CallDriver_4(SP_PARM, td_docolor, old_pair, pair, reverse, outc);
987 _nc_do_color(NCURSES_SP_DCLx int old_pair, int pair, int reverse, NCURSES_SP_OUTC outc) argument
1072 _nc_do_color(int old_pair, int pair, int reverse, NCURSES_OUTC outc) argument
[all...]
/freebsd-13-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-13-stable/usr.bin/ul/
H A Dul.c103 static void outc(wint_t, int);
343 outc(' ', 1);
345 outc(obuf[i].c_char, obuf[i].c_width);
525 outc(wint_t c, int width) function
/freebsd-13-stable/crypto/openssl/include/internal/
H A Dconstant_time.h368 unsigned char *outc = (unsigned char *)out; local
377 *(outc + j) |= constant_time_select_8(mask, *(tablec++), 0);
/freebsd-13-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-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c787 int (*outc) (SCREEN *, int) GCC_UNUSED)
1298 int (*outc) (SCREEN *, int) GCC_UNUSED

Completed in 133 milliseconds