Home
last modified time | relevance | path

Searched refs:ShowChar (Results 1 – 2 of 2) sorted by relevance

/original-bsd/local/transcript/src/
H A Dpsgrind.c351 ShowChar(c);
649 ShowChar(c); in CopyFile()
656 ShowChar('"'); in CopyFile()
659 ShowChar('"'); in CopyFile()
665 ShowChar('"'); in CopyFile()
673 ShowChar('\''); in CopyFile()
689 ShowChar('/'); in CopyFile()
696 ShowChar('/'); in CopyFile()
697 ShowChar('*'); in CopyFile()
701 ShowChar('/'); in CopyFile()
[all …]
H A Denscript.c445 ShowChar (c) in ShowChar() function
462 ShowChar ('\\');
463 ShowChar ((c >> 6) + '0');
464 ShowChar (((c >> 3) & 07) + '0');
465 ShowChar ((c & 07) + '0');
488 ShowChar(c);
526 ShowChar (*s);
760 ShowChar (c); in CopyFile()
857 ShowChar (c); in CopyFile()