Home
last modified time | relevance | path

Searched defs:WINDOW (Results 1 – 25 of 922) sorted by relevance

12345678910>>...37

/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/buffer/src/
H A Dwindow.c33 struct WINDOW(_s) { in WINDOW() function
45 WINDOW() WINDOW(_create)(unsigned int _n) in WINDOW() function
80 WINDOW() WINDOW(_recreate)(WINDOW() _q, unsigned int _n) in WINDOW() function
114 void WINDOW(_destroy)(WINDOW() _q) in WINDOW() function
124 void WINDOW(_print)(WINDOW() _q) in WINDOW() function
138 void WINDOW(_debug_print)(WINDOW() _q) in WINDOW() function
161 void WINDOW(_reset)(WINDOW() _q) in WINDOW() function
173 void WINDOW(_read)(WINDOW() _q, T ** _v) in WINDOW() function
183 void WINDOW(_index)(WINDOW() _q, in WINDOW() function
200 void WINDOW(_push)(WINDOW() _q, T _v) in WINDOW() function
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcursesport.h56 struct WINDOW { struct
77 extern void handle_additional_window_clear( WINDOW *win ); argument
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcursesport.h56 struct WINDOW { struct
77 extern void handle_additional_window_clear( WINDOW *win ); argument
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/
H A Dll.rs36 pub type WINDOW = *mut i8; typedef
76 …pub fn copywin(_:WINDOW,_:WINDOW,_:c_int,_:c_int,_:c_int,_:c_int,_:c_int,_:c_int,_:c_int) -> c_int; in copywin()
85 pub fn derwin(_:WINDOW,_:c_int,_:c_int,_:c_int,_:c_int) -> WINDOW; in derwin()
87 pub fn dupwin(_:WINDOW) -> WINDOW; in dupwin()
100 pub fn getwin(_:FILE_p) -> WINDOW; in getwin()
106 pub fn idcok(_:WINDOW, _:c_bool); in idcok()
248 pub fn subpad(_:WINDOW, _:c_int, _:c_int, _:c_int, _:c_int) -> WINDOW; in subpad()
249 pub fn subwin(_:WINDOW, _:c_int, _:c_int, _:c_int, _:c_int) -> WINDOW; in subwin()
289 pub fn wcursyncup(_:WINDOW); in wcursyncup()
324 pub fn wsyncdown(_:WINDOW); in wsyncdown()
[all …]
H A Dlib.rs77 pub type WINDOW = self::ll::WINDOW; typedef
209 pub fn copywin(src_win: WINDOW, dest_win: WINDOW, src_min_row: i32, in copywin()
263 pub fn derwin(w: WINDOW, lines: i32, cols: i32, x: i32, y: i32) -> WINDOW in derwin()
271 pub fn dupwin(w: WINDOW) -> WINDOW in dupwin()
474 pub fn idcok(w: WINDOW, bf: bool) in idcok()
482 pub fn immedok(w: WINDOW, bf: bool) in immedok()
1289 pub fn subpad(w: WINDOW, lines: i32, cols: i32, y: i32, x: i32) -> WINDOW in subpad()
1293 pub fn subwin(w: WINDOW, lines: i32, cols: i32, y: i32, x: i32) -> WINDOW in subwin()
1445 pub fn wcursyncup(w: WINDOW) in wcursyncup()
1665 pub fn wsyncdown(w: WINDOW) in wsyncdown()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/
H A Dll.rs36 pub type WINDOW = *mut i8; typedef
76 …pub fn copywin(_:WINDOW,_:WINDOW,_:c_int,_:c_int,_:c_int,_:c_int,_:c_int,_:c_int,_:c_int) -> c_int; in copywin()
85 pub fn derwin(_:WINDOW,_:c_int,_:c_int,_:c_int,_:c_int) -> WINDOW; in derwin()
87 pub fn dupwin(_:WINDOW) -> WINDOW; in dupwin()
100 pub fn getwin(_:FILE_p) -> WINDOW; in getwin()
106 pub fn idcok(_:WINDOW, _:c_bool); in idcok()
247 pub fn subpad(_:WINDOW, _:c_int, _:c_int, _:c_int, _:c_int) -> WINDOW; in subpad()
248 pub fn subwin(_:WINDOW, _:c_int, _:c_int, _:c_int, _:c_int) -> WINDOW; in subwin()
288 pub fn wcursyncup(_:WINDOW); in wcursyncup()
323 pub fn wsyncdown(_:WINDOW); in wsyncdown()
[all …]
H A Dlib.rs77 pub type WINDOW = self::ll::WINDOW; typedef
209 pub fn copywin(src_win: WINDOW, dest_win: WINDOW, src_min_row: i32, in copywin()
263 pub fn derwin(w: WINDOW, lines: i32, cols: i32, y: i32, x: i32) -> WINDOW in derwin()
271 pub fn dupwin(w: WINDOW) -> WINDOW in dupwin()
474 pub fn idcok(w: WINDOW, bf: bool) in idcok()
482 pub fn immedok(w: WINDOW, bf: bool) in immedok()
1291 pub fn subpad(w: WINDOW, lines: i32, cols: i32, y: i32, x: i32) -> WINDOW in subpad()
1295 pub fn subwin(w: WINDOW, lines: i32, cols: i32, y: i32, x: i32) -> WINDOW in subwin()
1447 pub fn wcursyncup(w: WINDOW) in wcursyncup()
1667 pub fn wsyncdown(w: WINDOW) in wsyncdown()
[all …]
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_dg.h96 typedef struct WINDOW{ struct
97 char name[MAX_NAME_LENGTH +1];
98 unsigned int id;
99 void *user;
103 int window_displayed; /* T/F T if window is displayed */
104 int wait_for_click; /* 0:don't wait, 1:wait, no report,
106 win_desc desc;
107 char title[MAX_TITLE_LENGTH +1];
108 dg_graph g;
114 int text_length;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dext_vector_components.c18 vec2.xyzw; // expected-error {{vector component access exceeds type 'float2'}} in _attron()
22 vec2 = vec4.s01; // legal, shorten in _attroff()
26 f = vec2.x; // legal, shorten in _attrset()
38 vec4.x = vec16.sf; in _draw_box()
39 vec4.x = vec16.sF;
/dports/japanese/ng-devel/ng-1.5beta1/
H A Ddef.h278 typedef struct WINDOW { struct
290 } WINDOW; argument
/dports/editors/beav/beav-140/
H A Ddef.h342 typedef struct WINDOW struct
344 struct WINDOW *w_wndp; /* Next window */ argument
362 } WINDOW; argument
/dports/japanese/ng/ng-1.4.4/
H A Ddef.h253 typedef struct WINDOW { struct
265 } WINDOW; argument
/dports/japanese/ng-canna/ng-1.4.4/
H A Ddef.h253 typedef struct WINDOW { struct
265 } WINDOW; argument
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dsynth_stereo_avx.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
H A Dsynth_stereo_avx_accurate.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
H A Dsynth_stereo_x86_64_float.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
H A Dsynth_stereo_avx_float.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dsynth_stereo_avx.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
H A Dsynth_stereo_x86_64_float.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
H A Dsynth_stereo_neon64_accurate.S14 .data
15 #endif
22 .globl ASM_NAME(synth_1to1_s_neon64_accurate_asm)
H A Dsynth_stereo_avx_accurate.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
H A Dsynth_stereo_avx_float.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dsynth_stereo_avx.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
H A Dsynth_stereo_x86_64_float.S13 #define WINDOW %r10 macro
22 #define WINDOW %rdi macro
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Ddsa.hpp14 You should have received a copy of the GNU General Public License
23 #ifndef TAO_CRYPT_DSA_HPP

12345678910>>...37