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

/haiku-fatelf/src/libs/ncurses/test/
H A Ddots.c45 outc(int c) function
60 tputs(s, 1, outc);
123 tputs(tparm3(cursor_address, y, x), 1, outc); local
127 tputs(tparm2(set_a_foreground, z), 1, outc); local
129 tputs(tparm2(set_a_background, z), 1, outc); local
141 outc(p);
H A Drailroad.c56 outc(int c) function
78 tputs(backup != 0 ? backup : "\b", 1, outc);
85 tputs(flag ? startC : finisC, 1, outc);
93 tputs(flag ? startS : finisS, 1, outc);
101 tputs(flag ? startU : finisU, 1, outc);
112 tputs(tgoto(moveit, 0, height - 1), 1, outc);
113 tputs(wipeit, 1, outc);
122 tputs(tgoto(moveit, first + 1, height - 1), 1, outc);
125 tputs(tgoto(moveit, first, height - 1), 1, outc);
157 tputs(wipeit, 1, outc);
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_tputs.c110 tputs(const char *string, int affcnt, int (*outc) (int))
123 if (outc == _nc_outch)
126 (void) sprintf(addrbuf, "%p", outc);
183 my_outch = outc; /* redirect delay_output() */
186 (*outc) (*string);
190 (*outc) ('$');
192 (*outc) (*string);
199 (*outc) ('$');
200 (*outc) ('<');
/haiku-fatelf/src/bin/
H A Dtput.c56 static int outc __P((int));
181 (void)tputs(str, 1, outc);
190 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc); local
201 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc); local
224 outc(c) function
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_color.c132 set_background_color(int bg, int (*outc) (int))
136 tputs(tparm(set_a_background, bg), 1, outc); local
139 tputs(tparm(set_background, toggled_colors(bg)), 1, outc); local
144 set_foreground_color(int fg, int (*outc) (int))
148 tputs(tparm(set_a_foreground, fg), 1, outc); local
151 tputs(tparm(set_foreground, toggled_colors(fg)), 1, outc); local
502 _nc_do_color(int old_pair, int pair, bool reverse, int (*outc) (int))
513 tputs(tparm(set_color_pair, pair), 1, outc); local
534 tputs("\033[39m", 1, outc);
538 tputs("\033[49m", 1, outc);
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c38 #define doPut(mode) TPUTS_TRACE(#mode); tputs(mode, 1, outc)
53 _nc_do_color(old_pair, pair, reverse, outc); \
60 vid_puts(attr_t newmode, short pair, void *opts GCC_UNUSED, int (*outc) (int))
170 (newmode & A_ALTCHARSET) != 0), 1, outc); local
235 returnCode(vidputs(newmode, outc));
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_vidattr.c36 * vidputs(newmode, outc)
70 #define doPut(mode) TPUTS_TRACE(#mode); tputs(mode, 1, outc)
86 _nc_do_color(old_pair, pair, reverse, outc); \
91 vidputs(chtype newmode, int (*outc) (int))
196 (newmode & A_ALTCHARSET) != 0), 1, outc); local
H A Dlib_mvcur.c964 tputs(const char *string, int affcnt GCC_UNUSED, int (*outc) (int) GCC_UNUSED)
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c55 register const int outc = (ch); \
56 if (putc (outc, fp) == EOF) \
H A Dprintf_fphex.c61 register const int outc = (ch); \
62 if (putc (outc, fp) == EOF) \
H A Dprintf_fp.c75 register const int outc = (ch); \
76 if (putc (outc, fp) == EOF) \
H A Dvfprintf.c165 register const INT_T outc = (Ch); \
166 if (PUTC (outc, s) == EOF) \
/haiku-fatelf/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c801 cb = outc[0 +yin*8+xin], \
802 cr = outc[64+yin*8+xin], \
810 cb = outc[0 +yin*8+xin], \
811 cr = outc[64+yin*8+xin], \
890 int *outy, *outc; local
896 outc = out + 64 * 4;
901 outc += 8;
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c198 outc(int c) function
943 tputs(p, 0, outc);
947 tputs(p, 0, outc);
979 tputs(clear_all_tabs, 0, outc);
991 tputs(set_tab, 0, outc);
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dllib-lncursesw285 int (*outc)(
2298 int (*outc)(
2654 int (*outc)(
3527 int (*outc)(
H A Dllib-lncurses248 int (*outc)(
1783 int (*outc)(
2778 int (*outc)(

Completed in 199 milliseconds