Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/vi/port/
H A Dex_put.c110 c = ctlof(c); in listchar()
124 outchar('^'), c = ctlof(c); in listchar()
158 putchar('^'), c = ctlof(c); in normchar()
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) in ctlof() function