Searched refs:Vdraw (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.refresh.c50 static void Vdraw (Char, int);
173 Vdraw('\0', 0); /* assure end of line */
179 Vdraw(' ', 1);
183 Vdraw('^' | attr, 1);
185 Vdraw('?' | attr, 1);
189 Vdraw(c | 0100 | attr, 1);
191 Vdraw(_toebcdic[_toascii[c]|0100] | attr, 1);
196 Vdraw('\\' | attr, 1);
197 Vdraw((((c >> 6) & 7) + '0') | attr, 1);
198 Vdraw((((
241 Vdraw(Char c, int width) /* draw char c onto V lines */ function
[all...]

Completed in 48 milliseconds