Lines Matching defs:PutChar
406 void PutChar(int ch) { ::waddch(m_window, ch); }
449 PutChar('[');
451 PutChar(']');
459 PutChar(ACS_ULCORNER);
463 PutChar(ACS_URCORNER);
467 PutChar(ACS_LLCORNER);
471 PutChar(ACS_LRCORNER);
479 PutChar('[');
481 PutChar(']');
767 PutChar('<');
769 PutChar('>');
778 PutChar('[');
780 PutChar(']');
783 PutChar('[');
1125 surface.PutChar(' ');
1127 surface.PutChar(m_content[m_cursor_position]);
1147 surface.PutChar(ACS_DIAMOND);
1148 surface.PutChar(' ');
1467 surface.PutChar('[');
1470 surface.PutChar(m_content ? ACS_DIAMOND : ' ');
1473 surface.PutChar(']');
1474 surface.PutChar(' ');
1554 surface.PutChar(current_choice == m_choice ? ACS_DIAMOND : ' ');
2072 surface.PutChar(ACS_RARROW);
2269 surface.PutChar('[');
2271 surface.PutChar(']');
2576 surface.PutChar(ACS_DIAMOND);
2577 surface.PutChar(' ');
4023 window.PutChar(ACS_LTEE);
4028 window.PutChar(ACS_HLINE);
4030 window.PutChar(ACS_RTEE);
4050 window.PutChar(name[0]);
4091 window.PutChar(' ');
4555 // window.PutChar (ACS_DARROW);
4557 // window.PutChar (ACS_RARROW);
4560 window.PutChar(ACS_DIAMOND);
4561 window.PutChar(ACS_HLINE);
4572 window.PutChar(ACS_LLCORNER);
4573 window.PutChar(ACS_HLINE);
4575 window.PutChar(' ');
4576 window.PutChar(' ');
4580 window.PutChar(ACS_LTEE);
4581 window.PutChar(ACS_HLINE);
4583 window.PutChar(ACS_VLINE);
4584 window.PutChar(' ');
4744 // window.PutChar (ACS_DARROW);
4746 // window.PutChar (ACS_RARROW);
4749 window.PutChar(ACS_DIAMOND);
4750 window.PutChar(ACS_HLINE);
4789 window.PutChar(ACS_LLCORNER);
4790 window.PutChar(ACS_HLINE);
4792 window.PutChar(' ');
4793 window.PutChar(' ');
4797 window.PutChar(ACS_LTEE);
4798 window.PutChar(ACS_HLINE);
4800 window.PutChar(ACS_VLINE);
4801 window.PutChar(' ');
6978 window.PutChar(' ');
7039 window.PutChar(ACS_VLINE);
7042 window.PutChar(ACS_DIAMOND);
7044 window.PutChar(' ');
7187 window.PutChar(ACS_VLINE);
7190 window.PutChar(ACS_DIAMOND);
7192 window.PutChar(' ');