Lines Matching defs:PutCString
407 void PutCString(const char *s, int len = -1) { ::waddnstr(m_window, s, len); }
450 PutCString(title, GetWidth() - title_offset);
480 PutCString(title, bounds.size.width - title_offset);
768 PutCString(title);
779 PutCString(bottom_message);
1117 surface.PutCString(text, surface.GetWidth());
1475 surface.PutCString(m_label.c_str());
1555 surface.PutCString(text);
1777 surface.PutCString("[Remove]");
1815 surface.PutCString(button_text);
2270 surface.PutCString(m_label.c_str());
3728 surface.PutCString(
4045 window.PutCString(name, pos);
4054 window.PutCString(name);
4059 window.PutCString(m_name.c_str());
4093 window.PutCString("| ");
4096 window.PutCString(" |");
4550 // window.PutCString (symbol);
4739 // window.PutCString (symbol);
5343 module_stream.PutCString("module = ");
5351 compile_unit_stream.PutCString("compile unit = ");
5358 function_stream.PutCString("function = ");
5359 function_stream.PutCString(
5366 location_stream.PutCString("location = ");
5375 symbol_stream.PutCString("re-exported target = ");
5377 symbol_stream.PutCString("symbol = ");
5378 symbol_stream.PutCString(
5399 indirect_target_stream.PutCString("indirect target = ");
5400 indirect_target_stream.PutCString(
5506 window.PutCString("Breakpoints");