Searched refs:outchar (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c56 * The routines outchar, putchar and pline are actually
59 * We sometimes make outchar be routines which catch the characters
61 * During open/visual, outchar and putchar will be set to
109 outchar('^');
117 outchar('$');
124 outchar('^'), c = ctlof(c);
160 outchar('\\');
161 outchar(((c >> 6) & 07) + '0');
162 outchar(((c >> 3) & 07) + '0');
163 outchar((
[all...]
H A Dex.h292 #define outchar(c) (*Outchar)(c) macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcmp.c77 static void outchar(Sfio_t *out, register int c, int delim) function
161 outchar(sfstdout,c1,' ');
162 outchar(sfstdout,*(p2-1),'\n');
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c95 static void outchar(int);
956 outchar(*s++);
966 outchar(int c) function
1088 outchar(i);
1126 outchar(i);
1128 outchar(q);
1143 outchar(i);
1145 outchar(q);
/illumos-gate/usr/src/cmd/ul/
H A Dul.c72 int outchar(char c);
572 outchar(char c) function
582 (void) tputs(str, 1, outchar);

Completed in 51 milliseconds