Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ex/
H A Dex_put.c74 c = ctlof(c);
88 outchar('^'), c = ctlof(c);
122 ex_putchar('^'), c = ctlof(c);
H A Dex_vput.c1349 fprintf(trace, "~%c", ctlof(c&TRIM));
1351 fprintf(trace, "^%c", ctlof(c));
H A Dex_subr.c115 ctlof(c) in ctlof() function