| /dragonfly/usr.bin/unvis/ |
| HD | unvis.c | 100 char outc; in process() local 105 switch(ret = unvis(&outc, (char)c, &state, eflags)) { in process() 107 putchar(outc); in process() 110 putchar(outc); in process() 123 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID) in process() 124 putchar(outc); in process()
|
| /dragonfly/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_tputs.c | 266 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 …]
|
| /dragonfly/contrib/ncurses/ncurses/widechar/ |
| HD | lib_vid_attr.c | 44 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()
|
| /dragonfly/contrib/ncurses/ncurses/tty/ |
| HD | lib_vidattr.c | 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) in NCURSES_EXPORT() 271 1, outc); in NCURSES_EXPORT() 347 vidputs(chtype newmode, NCURSES_OUTC outc) in vidputs() argument 349 SetSafeOutcWrapper(outc); in vidputs()
|
| HD | lib_mvcur.c | 1151 tputs(const char *string, int affcnt GCC_UNUSED, int (*outc) (int) GCC_UNUSED) in tputs()
|
| /dragonfly/contrib/flex/src/ |
| HD | misc.c | 275 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()
|
| HD | gen.c | 89 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()
|
| HD | flexdef.h | 894 extern void outc(int);
|
| /dragonfly/contrib/ncurses/ncurses/base/ |
| HD | lib_color.c | 185 set_background_color(NCURSES_SP_DCLx int bg, NCURSES_SP_OUTC outc) in set_background_color() argument 188 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() 205 set_foreground_color(NCURSES_SP_DCLx int fg, NCURSES_SP_OUTC outc) in set_foreground_color() argument 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() 994 CallDriver_4(SP_PARM, td_docolor, old_pair, pair, reverse, outc); in NCURSES_SP_NAME() [all …]
|
| /dragonfly/usr.bin/tput/ |
| HD | tput.c | 45 #define outc putchar macro 167 (void)tputs(str, 1, outc); in process() 176 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc); in process() 187 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc); in process()
|
| /dragonfly/usr.bin/tset/ |
| HD | set.c | 251 tputs(buf, 0, outc); in set_init() 288 tputs(clear_tabs, 0, outc); in set_tabs() 306 tputs(tg_out, 1, outc); in set_tabs() 310 tputs(Set_tab, 0, outc); in set_tabs()
|
| HD | extern.h | 44 int outc(int);
|
| HD | misc.c | 60 outc(int c) in outc() function
|
| /dragonfly/bin/sh/ |
| HD | output.h | 83 #define outc(c, file) ((file)->nextc == (file)->bufend ? (emptyoutbuf(file), *(file)->nextc… macro 84 #define out1c(c) outc(c, out1);
|
| HD | output.c | 86 outc(c, file); in outcslow() 208 outc(*p++, file); in outbin()
|
| /dragonfly/usr.bin/ul/ |
| HD | ul.c | 89 static void outc(wint_t, int); 310 outc(' ', 1); in flushln() 312 outc(obuf[i].c_char, obuf[i].c_width); in flushln() 492 outc(wint_t c, int width) in outc() function
|
| /dragonfly/bin/sh/bltin/ |
| HD | bltin.h | 57 #define putc(c, file) outc(c, file)
|
| /dragonfly/contrib/tnftp/src/ |
| HD | ftp.c | 621 ssize_t inc, outc; in copy_bytes() local 638 inc = outc = 0; in copy_bytes() 655 outc = write(outfd, bufp, inc); in copy_bytes() 656 if (outc < 0) { in copy_bytes() 662 inc -= outc; in copy_bytes() 663 bufp += outc; in copy_bytes() 695 if (outc == -1) in copy_bytes()
|
| /dragonfly/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 2463 #define SetSafeOutcWrapper(outc) \ argument 2471 sp->jump = outc
|