Home
last modified time | relevance | path

Searched full:window (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/freebsd-src/contrib/ncurses/man/
H A Dcurs_threads.3x62 \fBtypedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);
70 \fBint use_window(WINDOW *\fIwin\fP, NCURSES_WINDOW_CB \fIfunc\fP, void *\fIdata\fP);
92 access members of the \fI\%WINDOW\fP structure (see
124 coarse-grained mutexes for their respective \fI\%WINDOW\fP and
146 window data associated with a call to \fBnewwin\fP(3X) or
181 add_wch window (\fBstdscr\fP)
182 add_wchnstr window (\fBstdscr\fP)
183 add_wchstr window (\fBstdscr\fP)
184 addch window (\fBstdscr\fP)
185 addchnstr window (\fBstdscr\fP)
[all …]
H A Dcurs_window.3x53 \fBWINDOW *newwin(
56 \fBint delwin(WINDOW *\fIwin\fB);\fR
57 \fBint mvwin(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB);\fR
58 \fBWINDOW *subwin(WINDOW *\fIorig\fB,\fR
61 \fBWINDOW *derwin(WINDOW *\fIorig\fB,\fR
64 \fBint mvderwin(WINDOW *\fIwin\fB, int \fIpar_y\fB, int \fIpar_x\fB);\fR
65 \fBWINDOW *dupwin(WINDOW *\fIwin\fB);\fR
66 \fBvoid wsyncup(WINDOW *\fIwin\fB);\fR
67 \fBint syncok(WINDOW *\fIwin\fB, bool \fIbf\fB);\fR
68 \fBvoid wcursyncup(WINDOW *\fIwin\fB);\fR
[all …]
H A Dcurs_touch.3x39 control terminal output refresh in a \fIcurses\fR window
44 \fBint touchline(WINDOW *\fIwin\fP, int \fIstart\fP, int \fIcount\fP);
46 \fBint touchwin(WINDOW *\fIwin\fP);
47 \fBint wtouchln(WINDOW *\fIwin\fP, int \fIy\fP, int \fIn\fP, int \fIchanged\fP);
49 \fBint untouchwin(WINDOW *\fIwin\fP);
51 \fBbool is_linetouched(WINDOW *\fIwin\fP, int \fIline\fP);
52 \fBbool is_wintouched(WINDOW *\fIwin\fP);
56 optimization information about which parts of the window have been
57 touched, by pretending that the entire window has been drawn on.
60 to one window affects the other window, but the records of which lines
[all …]
H A Dcurs_opaque.3x58 obtain \fIcurses\fR window properties
63 \fBbool is_cleared(const WINDOW *\fIwin\fP);
64 \fBbool is_idcok(const WINDOW *\fIwin\fP);
65 \fBbool is_idlok(const WINDOW *\fIwin\fP);
66 \fBbool is_immedok(const WINDOW *\fIwin\fP);
67 \fBbool is_keypad(const WINDOW *\fIwin\fP);
68 \fBbool is_leaveok(const WINDOW *\fIwin\fP);
69 \fBbool is_nodelay(const WINDOW *\fIwin\fP);
70 \fBbool is_notimeout(const WINDOW *\fIwin\fP);
71 \fBbool is_pad(const WINDOW *\fIwin\fP);
[all …]
H A Dcurs_bkgd.3x53 manipulate background of a \fIcurses\fR window of characters
59 \fBint wbkgd(WINDOW *\fIwin\fP, chtype \fIch\fP);
62 \fBvoid wbkgdset(WINDOW *\fIwin\fP, chtype \fIch\fP);
64 \fBchtype getbkgd(WINDOW *\fIwin\fP);
71 window
80 The blank character is a spacing character that populates a window's
83 written to the window,
88 characters written to the window as described below.
97 \fB\%stdscr\fP or the specified window and then apply this setting to
98 every character cell in that window.
[all …]
H A Dcurs_outopts.3x50 \fBint clearok(WINDOW *\fIwin\fP, bool \fIbf\fP);
51 \fBint idlok(WINDOW *\fIwin\fP, bool \fIbf\fP);
52 \fBvoid idcok(WINDOW *\fIwin\fP, bool \fIbf\fP);
53 \fBvoid immedok(WINDOW *\fIwin\fP, bool \fIbf\fP);
54 \fBint leaveok(WINDOW *\fIwin\fP, bool \fIbf\fP);
55 \fBint scrollok(WINDOW *\fIwin\fP, bool \fIbf\fP);
58 \fBint wsetscrreg(WINDOW *\fIwin\fP, int \fItop\fP, int \fIbot\fP);
67 call to \fBwrefresh\fP with this window will clear the screen completely and
73 the next call to \fBwrefresh\fP with any window causes the screen to be cleared
97 any change in the window image,
[all …]
H A Dcurs_pad.3x59 \fBWINDOW *newpad(int \fInlines\fP, int \fIncols\fP);
60 \fBWINDOW *subpad(WINDOW *\fIparent\fP, int \fInlines\fP, int \fIncols\fP,
63 \fBint prefresh(WINDOW *\fIpad\fB, int \fIpminrow\fB, int \fIpmincol\fB,\fR
65 \fBint pnoutrefresh(WINDOW *\fIpad\fB, int \fIpminrow\fB, int \fIpmincol\fB,\fR
68 \fBint pechochar(WINDOW *\fIpad\fB, chtype \fIch\fB);\fR
69 \fBint pecho_wchar(WINDOW *\fIpad\fB, const cchar_t *\fIwch\fB);\fR
75 is like a window,
78 Pads can be used when a large window is needed,
186 if the window pointer is null, or
187 if the window is not really a pad or
[all …]
H A Dcurs_bkgrnd.3x54 manipulate background of a \fIcurses\fP window of wide characters
60 \fBint wbkgrnd(WINDOW *\fIwin\fP, const cchar_t *\fIwch\fP);
63 \fBvoid wbkgrndset(WINDOW *\fIwin\fP, const cchar_t *\fIwch\fP);
66 \fBint wgetbkgrnd(WINDOW *\fIwin\fP, cchar_t *\fIwch\fP);
73 window
82 The blank character is a spacing character that populates a window's
85 written to the window,
90 characters written to the window as described below.
99 \fB\%stdscr\fP or the specified window and then apply this setting to
100 every character cell in that window.
[all …]
H A Dcurs_border.3x54 draw borders and lines in a \fIcurses\fR window of characters
61 \fBint wborder(WINDOW *\fIwin\fB, chtype \fIls\fB, chtype \fIrs\fB,\fR
65 \fBint box(WINDOW *\fIwin\fB, chtype \fIverch\fB, chtype \fIhorch\fB);\fR
68 \fBint whline(WINDOW *\fIwin\fB, chtype \fIch\fB, int \fIn\fB);\fR
70 \fBint wvline(WINDOW *\fIwin\fB, chtype \fIch\fB, int \fIn\fB);\fR
73 \fBint mvwhline(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB, chtype \fIch\fB, int \fIn\fB);\fR
75 \fBint mvwvline(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB, chtype \fIch\fB, int \fIn\fB);\fR
79 draw a box around the edges of a window.
80 Other than the window, each argument is a character with attributes:
126 line using \fIch\fP starting at the current cursor position in the window.
[all …]
H A Dcurs_refresh.3x60 \fBint wrefresh(WINDOW *\fIwin\fP);
61 \fBint wnoutrefresh(WINDOW *\fIwin\fP);
64 \fBint redrawwin(WINDOW *\fIwin\fP);
65 \fBint wredrawln(WINDOW *\fIwin\fP, int \fIbeg_line\fP, int \fInum_lines\fP);
73 the named window to the \fIphysical screen\fP,
76 same, using \fBstdscr\fP as the default window.
79 cursor for that window.
83 In addition to all the window
96 which copies the named window to the \fIvirtual screen\fP, and
106 calling \fBwnoutrefresh\fP for each window, it is then possible to call
[all …]
H A Dcurs_legacy.3x57 get \fIcurses\fR cursor and window coordinates or attributes (legacy)
62 \fBint getattrs(const WINDOW *\fIwin\fP);
64 \fBint getbegx(const WINDOW *\fIwin\fP);
65 \fBint getbegy(const WINDOW *\fIwin\fP);
67 \fBint getcurx(const WINDOW *\fIwin\fP);
68 \fBint getcury(const WINDOW *\fIwin\fP);
70 \fBint getmaxx(const WINDOW *\fIwin\fP);
71 \fBint getmaxy(const WINDOW *\fIwin\fP);
73 \fBint getparx(const WINDOW *\fIwin\fP);
74 \fBint getpary(const WINDOW *\fIwin\fP);
[all …]
H A Dcurs_getyx.3x48 get \fIcurses\fR cursor and window coordinates
53 \fBvoid getyx(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
54 \fBvoid getparyx(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
55 \fBvoid getbegyx(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
56 \fBvoid getmaxyx(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
60 of the given window in the two integer variables \fIy\fP and \fIx\fP.
63 coordinates of the subwindow relative to the parent window into two integer
68 the current beginning coordinates and size of the specified window.
96 many implementations provide members of the \fB\%WINDOW\fP structure
98 For best portability, do not rely on using the data in \fB\%WINDOW\fP,
[all …]
H A Dcurs_border_set.3x54 draw borders and lines in a \fIcurses\fR window of wide characters
66 \fBWINDOW *\fIwin\fP,
72 \fBWINDOW *\fIwin\fP,
78 \fBWINDOW *\fIwin\fP,
84 \fBWINDOW *\fIwin\fP,
90 \fBWINDOW *\fIwin\fP,
96 \fBWINDOW *\fIwin\fP,
105 functions draw a border around the edges of the current or specified window.
108 Other than the window, each argument is a complex character with attributes:
157 to draw a line starting at the current cursor position in the window.
[all …]
/freebsd-src/contrib/ee/
H A Dnew_curse.h148 #define CLEAR 2 /* window has been cleared */
149 #define CHANGE 3 /* window has been changed */
172 int Attrib; /* attributes active in window */
177 int SCROLL_CLEAR; /* indicates that window has been scrolled or cleared */
180 } WINDOW; typedef
182 extern WINDOW *curscr;
183 extern WINDOW *stdscr;
193 extern void copy_window P_((WINDOW *origin, WINDOW *destination));
202 extern WINDOW *newwin P_((int lines, int cols, int start_l, int start_c));
205 extern void wmove P_((WINDOW *window, int row, int column));
[all …]
H A Dnew_curse.c86 WINDOW *curscr;
87 static WINDOW *virtual_scr;
88 WINDOW *stdscr;
89 WINDOW *last_window_refreshed;
699 | Copy the contents of one window to another.
704 WINDOW *origin, *destination; in copy_window()
741 WINDOW *local_virt;
742 WINDOW *local_std;
743 WINDOW *local_cur;
1002 | get the window size in initscr()
[all …]
/freebsd-src/usr.bin/systat/
H A Dextern.h39 extern WINDOW *wnd;
76 void closeicmp(WINDOW *);
77 void closeicmp6(WINDOW *);
78 void closeifstat(WINDOW *);
79 void closeiostat(WINDOW *);
80 void closeip(WINDOW *);
81 void closeip6(WINDOW *);
82 void closekre(WINDOW *);
83 void closenetstat(WINDOW *);
84 void closepigs(WINDOW *);
[all …]
/freebsd-src/sys/powerpc/pseries/
H A Dplpar_iommu.c80 if (ofw_bus_has_prop(p, "ibm,my-dma-window")) in phyp_iommu_set_dma_tag()
82 if (ofw_bus_has_prop(p, "ibm,dma-window")) in phyp_iommu_set_dma_tag()
99 if (ofw_bus_has_prop(p, "ibm,my-dma-window")) in phyp_iommu_set_dma_tag()
100 OF_getencprop(node, "ibm,my-dma-window", dmawindow, in phyp_iommu_set_dma_tag()
103 OF_getencprop(node, "ibm,dma-window", dmawindow, in phyp_iommu_set_dma_tag()
106 struct dma_window *window = malloc(sizeof(struct dma_window), in phyp_iommu_set_dma_tag() local
108 window->start = 0; in phyp_iommu_set_dma_tag()
110 window->start <<= 32; in phyp_iommu_set_dma_tag()
111 window->start |= dmawindow[cell]; in phyp_iommu_set_dma_tag()
113 window->end = 0; in phyp_iommu_set_dma_tag()
[all …]
/freebsd-src/contrib/ncurses/include/
H A Dcurses.h.in149 * Definitions used to make WINDOW and similar structs opaque.
202 * The internal type used for window dimensions.
428 #define _SUBWIN 0x01 /* is this a sub-window? */
429 #define _ENDLINE 0x02 /* is the window flush right? */
430 #define _FULLWIN 0x04 /* is the window full-screen? */
432 #define _ISPAD 0x10 /* is this window a pad? */
456 typedef struct _win_st WINDOW; typedef
509 /* window location and size */
510 NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */
513 short _flags; /* window state flags */
[all …]
/freebsd-src/contrib/ncurses/ncurses/
H A Dllib-lncursesw101 WINDOW *win,
107 WINDOW *win,
113 WINDOW *win,
119 WINDOW *win,
125 WINDOW *win,
133 WINDOW *win,
140 WINDOW *win,
152 WINDOW *win,
159 WINDOW *win,
179 WINDOW *win,
[all …]
H A Dllib-lncurses101 WINDOW *win,
107 WINDOW *win,
113 WINDOW *win,
119 WINDOW *win,
127 WINDOW *win,
134 WINDOW *win,
154 WINDOW *win,
160 WINDOW *win,
168 WINDOW *win,
183 WINDOW *win,
[all …]
H A Dllib-lncursestw101 WINDOW *win,
107 WINDOW *win,
113 WINDOW *win,
119 WINDOW *win,
125 WINDOW *win,
133 WINDOW *win,
140 WINDOW *win,
152 WINDOW *win,
159 WINDOW *win,
179 WINDOW *win,
[all …]
H A Dllib-lncursest101 WINDOW *win,
107 WINDOW *win,
113 WINDOW *win,
119 WINDOW *win,
127 WINDOW *win,
134 WINDOW *win,
154 WINDOW *win,
160 WINDOW *win,
168 WINDOW *win,
183 WINDOW *win,
[all …]
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h137 ZSTD_window_t window; /* State for window round buffer management */ member
167 ZSTD_window_t window; /* State for the window round buffer management */ member
181 U32 windowLog; /* Window log for the LDM */
682 * over a window of length bytes.
715 * Clears the window containing the history by simply setting it to empty.
717 MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) in ZSTD_window_clear() argument
719 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear()
722 window->lowLimit = end; in ZSTD_window_clear()
723 window->dictLimit = end; in ZSTD_window_clear()
728 * Returns non-zero if the window has a non-empty extDict.
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp100 class Window;
104 typedef std::shared_ptr<Window> WindowSP;
316 virtual bool WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw() argument
320 virtual HandleCharResult WindowDelegateHandleChar(Window &window, int key) { in WindowDelegateHandleChar() argument
335 bool WindowDelegateDraw(Window &window, bool force) override;
337 HandleCharResult WindowDelegateHandleChar(Window &window, in
354 enum class Type { Window, Pad }; global() enumerator
571 class Window : public Surface { global() class
573 Window(const char *name) Window() function in curses::Window
580 Window(const char *name, WINDOW *w, bool del = true) Window() function in curses::Window
590 Window(const char *name, const Rect &bounds) Window() function in curses::Window
701 RemoveSubWindow(Window * window) RemoveSubWindow() argument
2276 Execute(Window & window) Execute() argument
2663 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
2793 ExecuteAction(Window & window,int index) ExecuteAction() argument
2805 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
2877 __anon1e480ae70302(Window &window) DetachOrKillProcessFormDelegate() argument
2878 __anon1e480ae70402(Window &window) DetachOrKillProcessFormDelegate() argument
2883 Kill(Window & window) Kill() argument
2892 Detach(Window & window) Detach() argument
2924 __anon1e480ae70502(Window &window) ProcessAttachFormDelegate() argument
3024 Attach(Window & window) Attach() argument
3091 __anon1e480ae70602(Window &window) TargetCreateFormDelegate() argument
3208 CreateTarget(Window & window) CreateTarget() argument
3297 __anon1e480ae70702(Window &window) ProcessLaunchFormDelegate() argument
3584 Launch(Window & window) Launch() argument
3747 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
3770 ExecuteCallback(Window & window) ExecuteCallback() argument
3780 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
4020 DrawMenuTitle(Window & window,bool highlight) DrawMenuTitle() argument
4079 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
4128 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
4720 Draw(Window & window,const int first_visible_row,const uint32_t selected_row_idx,int & row_idx,int & num_rows_left) Draw() argument
4781 DrawTreeForChild(Window & window,TreeItem * child,uint32_t reverse_depth) DrawTreeForChild() argument
4859 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
4922 WindowDelegateHandleChar(Window & window,int c) WindowDelegateHandleChar() argument
5033 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5051 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5114 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5213 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5322 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5458 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5505 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5555 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
5623 WindowDelegateHandleChar(Window & window,int c) WindowDelegateHandleChar() argument
5766 DisplayRowObject(Window & window,Row & row,DisplayOptions & options,bool highlight,bool last_child) DisplayRowObject() argument
5820 DisplayRows(Window & window,std::vector<Row> & rows,DisplayOptions & options) DisplayRows() argument
5908 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
5975 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
6232 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
6256 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
6348 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
6352 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
6734 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
6821 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
7270 WindowDelegateHandleChar(Window & window,int c) WindowDelegateHandleChar() argument
[all...]
/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h209 ZSTD_window_t window; /* State for window round buffer management */ member
228 …U32 forceNonContiguous; /* Non-zero if we should force non-contiguous load for the next window upd…
260 ZSTD_window_t window; /* State for the window round buffer management */ member
274 U32 windowLog; /* Window log for the LDM */
919 * over a window of length bytes.
952 * Clears the window containing the history by simply setting it to empty.
954 MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) in ZSTD_window_clear() argument
956 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear()
959 window->lowLimit = end; in ZSTD_window_clear()
960 window->dictLimit = end; in ZSTD_window_clear()
[all …]

12345678910>>...62