Home
last modified time | relevance | path

Searched refs:Put_char (Results 1 – 5 of 5) sorted by relevance

/original-bsd/usr.bin/ex/
H A Dex_put.c33 int (*Put_char)() = normchar; variable
43 P = Put_char;
44 Put_char = t ? listchar : normchar;
182 if (Put_char == listchar)
225 (*Put_char)(c);
849 Put_char = P;
H A Dex.h347 extern int (*Put_char)();
H A Dex_vmain.c940 OPutchar = Put_char; in vmain()
958 Put_char = OPutchar; in vmain()
H A Dex_vwind.c446 d = (column(NOSTR) + WCOLS - 1 + (Put_char == listchar) + IN) / WCOLS; in vdepth()
H A Dex_vadj.c132 if (Put_char == listchar)