Home
last modified time | relevance | path

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

12345678910>>...62

/freebsd/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 …]
/freebsd/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/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/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/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 …]
H A Dcurses.wide132 extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC…
169 extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */
170 extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:…
171 extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC …
172 extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDE…
173 extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */
174 extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */
175 extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */
176 extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */
177 extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, int, int, const cchar_t *, int);/* generated:WID…
[all …]
/freebsd/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/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/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, int key) override;
351 // object, such as a Window or a Pad.
354 enum class Type { Window, Pad }; enumerator
358 WINDOW *get() { return m_window; } in get()
360 operator WINDOW *() { return m_window; } in operator WINDOW*()
[all …]
/freebsd/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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWindowScheduler.h1 //======----------- WindowScheduler.cpp - window scheduler -------------======//
9 // An implementation of the Window Scheduling software pipelining algorithm.
11 // The concept of the window algorithm was first unveiled in Steven Muchnick's
14 // Pipelining Using Window Scheduling".
16 // The window algorithm can be perceived as a modulo scheduling algorithm with a
20 // have enhanced the original window algorithm. The primary steps are as
27 // 2. We establish a scheduling window on TripleMBB and execute list scheduling
33 // To cater to the needs of various targets, we have developed the window
54 WS_Off, /// Turn off window algorithm.
55 WS_On, /// Use window algorithm after SMS algorithm fails.
[all …]

12345678910>>...62