Searched defs:outc (Results 1 - 6 of 6) sorted by relevance

/src/usr.bin/tset/
H A Dmisc.c62 outc(int c) function in typeref:typename:int
/src/usr.bin/unvis/
H A Dunvis.c112 char outc; local in function:process
/src/lib/libterminfo/
H A Dtputs.c165 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 Doutput.h103 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c))) macro
/src/usr.bin/ul/
H A Dul.c420 outc(int c) function in typeref:typename:void
/src/usr.bin/ftp/
H A Dftp.c623 ssize_t inc, outc; local in function:copy_bytes

Completed in 7 milliseconds