HomeSort by: relevance | last modified time | path
    Searched refs:full_window (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
tui-window.py 37 full_window=False,
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-tui.c 118 /* Write STR to the window. FULL_WINDOW is true to erase the window
120 void output (const char *str, bool full_window);
260 tui_py_window::output (const char *text, bool full_window)
264 if (full_window)
268 if (full_window)
482 static const char *keywords[] = { "string", "full_window", nullptr };
486 int full_window = 0;
489 &text, &full_window))
494 win->window->output (text, full_window);
484 int full_window = 0; local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
tui-window.py 40 full_window=False,
  /src/external/gpl3/gdb/dist/gdb/python/
py-tui.c 121 /* Write STR to the window. FULL_WINDOW is true to erase the window
123 void output (const char *str, bool full_window);
268 tui_py_window::output (const char *text, bool full_window)
274 if (full_window)
278 if (full_window)
491 static const char *keywords[] = { "string", "full_window", nullptr };
495 int full_window = 0;
498 &text, &full_window))
503 win->window->output (text, full_window);
493 int full_window = 0; local

Completed in 29 milliseconds