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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c65 int (*Putchar)() = normchar;
80 Putchar = t ? listchar : normchar;
98 * with normal print mode to be done by normchar.
126 (void) normchar(c);
135 normchar(wchar_t c) function
141 (void) normchar('\\');

Completed in 59 milliseconds