Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c109 c = ctlof(c); in listchar()
123 outchar('^'), c = ctlof(c); in listchar()
157 putchar('^'), c = ctlof(c); in normchar()
H A Dex_vput.c1559 fprintf(trace, "~%c", ctlof(c&TRIM));
1561 fprintf(trace, "^%c", ctlof(c));
H A Dex_subr.c167 ctlof(int c) in ctlof() function