HomeSort by: relevance | last modified time | path
    Searched defs:WINDOW (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
window.h 1 /* $NetBSD: window.h,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
3 /* window.h -- Structure and flags used in manipulating Info windows.
4 Id: window.h,v 1.3 2004/04/11 17:56:46 karl Exp
33 /* Smallest number of visible lines in a window. The actual height is
34 always one more than this number because each window has a modeline. */
38 window. This number includes the modeline of the window. */
42 subsection of the WINDOW structure. We could define a structure which
44 and WINDOW. But that would lead references in the code such as
45 window->state->node which we would like to avoid. Instead, we #define th
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-tui.c 45 /* A PyObject representing a TUI window. */
51 /* The TUI window, or nullptr if the window has been deleted. */
52 tui_py_window *window; member in struct:gdbpy_tui_window
61 /* A TUI window written in Python. */
71 m_wrapper->window = this;
78 /* Set the "user window" to the indicated reference. The user
79 window is the object returned the by user-defined window
111 /* Erase and re-box the window. *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-tui.c 45 /* A PyObject representing a TUI window. */
51 /* The TUI window, or nullptr if the window has been deleted. */
52 tui_py_window *window; member in struct:gdbpy_tui_window
61 /* A TUI window written in Python. */
71 m_wrapper->window = this;
78 /* Set the "user window" to the indicated reference. The user
79 window is the object returned the by user-defined window
111 /* Erase and re-box the window. *
    [all...]
  /src/external/mit/xorg/lib/xcb-util/atom/
atoms.c 79 const xcb_atom_t WINDOW = 33;
208 char stringpool_str46[sizeof("WINDOW")];
279 "WINDOW",
571 "WINDOW\0"
  /src/lib/libcurses/
curses.h 212 * A window is an array of __LINE structures pointed to by the 'lines' pointer.
239 typedef struct __window WINDOW;
407 extern WINDOW *curscr; /* Current screen. */
408 extern WINDOW *stdscr; /* Standard screen. */
583 int waddbytes(WINDOW *, const char *, int);
584 int waddstr(WINDOW *, const char *);
604 int mvwaddbytes(WINDOW *, int, int, const char *, int);
605 int mvwaddch(WINDOW *, int, int, chtype);
606 int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
607 int mvwaddchstr(WINDOW *, int, int, const chtype *)
    [all...]

Completed in 45 milliseconds