Home | History | Annotate | Download | only in terminal

Lines Matching refs:putChar

138   public void putChar(int c, int l, char ch) {
139 putChar(c, l, ch, NORMAL);
165 public void putChar(int c, int l, char ch, int attributes) {
180 * @see #putChar
193 * @see #putChar
217 * @see #putChar
225 putChar(c, l, ch, attributes);
236 * @see #putChar
247 putChar(width - 1, l, (char) 0);
266 * @see #putChar
294 * @see #putChar
301 putChar(c + i, l, s.charAt(i), attributes);