Searched defs:outc (Results 1 - 6 of 6) sorted by relevance
| /src/usr.bin/tset/ | ||
| H A D | misc.c | 62 outc(int c) function in typeref:typename:int |
| /src/usr.bin/unvis/ | ||
| H A D | unvis.c | 112 char outc; local in function:process |
| /src/lib/libterminfo/ | ||
| H A D | tputs.c | 165 tputs(const char *str, int affcnt, int (*outc)(in argument 81 _ti_outputdelay(int delay,short os,char pc,int (* outc)(int,void *),void * args) argument 96 _ti_puts(int dodelay,short os,char pc,const char * str,int affcnt,int (* outc)(int,void *),void * args) argument 131 ti_puts(const TERMINAL * term,const char * str,int affcnt,int (* outc)(int,void *),void * args) argument [all...] |
| /src/bin/sh/ | ||
| H A D | output.h | 103 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c))) macro |
| /src/usr.bin/ul/ | ||
| H A D | ul.c | 420 outc(int c) function in typeref:typename:void |
| /src/usr.bin/ftp/ | ||
| H A D | ftp.c | 623 ssize_t inc, outc; local in function:copy_bytes |
Completed in 7 milliseconds