Searched refs:ctlof (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c110 c = ctlof(c);
124 outchar('^'), c = ctlof(c);
158 putchar('^'), c = ctlof(c);
H A Dex_vput.c1561 fprintf(trace, "~%c", ctlof(c&TRIM));
1563 fprintf(trace, "^%c", ctlof(c));
H A Dex_subr.c160 ctlof(int c) function

Completed in 63 milliseconds