Home
last modified time | relevance | path

Searched refs:dpys (Results 1 – 25 of 46) sorted by relevance

12

/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dconsole.c2322 dpys[ui->type] = ui; in qemu_display_register()
2335 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2338 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2353 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2356 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2361 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2362 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2372 assert(dpys[opts->type] != NULL); in qemu_display_init()
2373 dpys[opts->type]->init(ds, opts); in qemu_display_init()
2383 if (!dpys[idx]) { in qemu_display_help()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dconsole.c2282 dpys[ui->type] = ui; in qemu_display_register()
2295 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2298 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2313 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2316 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2321 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2322 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2332 assert(dpys[opts->type] != NULL); in qemu_display_init()
2333 dpys[opts->type]->init(ds, opts); in qemu_display_init()
2343 if (!dpys[idx]) { in qemu_display_help()
[all …]
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dconsole.c2312 dpys[ui->type] = ui; in qemu_display_register()
2331 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2334 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2349 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2352 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2357 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2358 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2368 assert(dpys[opts->type] != NULL); in qemu_display_init()
2369 dpys[opts->type]->init(ds, opts); in qemu_display_init()
2379 if (!dpys[idx]) { in qemu_display_help()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dconsole.c2364 dpys[ui->type] = ui; in qemu_display_register()
2383 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2386 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2401 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2404 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2409 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2410 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2420 assert(dpys[opts->type] != NULL); in qemu_display_init()
2421 dpys[opts->type]->init(ds, opts); in qemu_display_init()
2431 if (!dpys[idx]) { in qemu_display_help()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dconsole.c2282 dpys[ui->type] = ui; in qemu_display_register()
2295 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2298 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2313 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2316 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2321 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2322 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2332 assert(dpys[opts->type] != NULL); in qemu_display_init()
2333 dpys[opts->type]->init(ds, opts); in qemu_display_init()
2343 if (!dpys[idx]) { in qemu_display_help()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dconsole.c2367 dpys[ui->type] = ui; in qemu_display_register()
2380 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2383 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2398 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2401 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2406 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2407 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2417 assert(dpys[opts->type] != NULL); in qemu_display_init()
2418 dpys[opts->type]->init(ds, opts); in qemu_display_init()
2428 if (!dpys[idx]) { in qemu_display_help()
[all …]
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/alevt/
H A Dxio.c28 static struct dl_head dpys[1]; /* list of all displays */ variable
75 dl_init(dpys); in local_init()
210 dl_insert_first(dpys, xio->node); in xio_open_dpy()
657 for (xio = PTR dpys->first; vtn = PTR xio->node->next; xio = vtn) in for_all_windows()
1141 while (not dl_empty(dpys)) in xio_event_loop()
1147 for (xio = PTR dpys->first; vtn = PTR xio->node->next; xio = vtn) in xio_event_loop()
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dconsole.c2274 static QemuDisplay *dpys[DISPLAY_TYPE__MAX]; variable
2279 dpys[ui->type] = ui; in qemu_display_register()
2292 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2295 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2310 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2313 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2318 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2319 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2329 assert(dpys[opts->type] != NULL); in qemu_display_init()
2330 dpys[opts->type]->init(ds, opts); in qemu_display_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dconsole.c2303 static QemuDisplay *dpys[DISPLAY_TYPE__MAX]; variable
2308 dpys[ui->type] = ui; in qemu_display_register()
2321 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2324 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2339 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2342 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2347 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2348 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2358 assert(dpys[opts->type] != NULL); in qemu_display_init()
2359 dpys[opts->type]->init(ds, opts); in qemu_display_init()
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dconsole.c2274 static QemuDisplay *dpys[DISPLAY_TYPE__MAX]; variable
2279 dpys[ui->type] = ui; in qemu_display_register()
2292 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2295 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
2310 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2313 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
2318 if (dpys[opts->type]->early_init) { in qemu_display_early_init()
2319 dpys[opts->type]->early_init(opts); in qemu_display_early_init()
2329 assert(dpys[opts->type] != NULL); in qemu_display_init()
2330 dpys[opts->type]->init(ds, opts); in qemu_display_init()
/dports/devel/allegro5/allegro5-5.2.7.0/src/macosx/
H A Dosxgl.m280 _AL_VECTOR* dpys = &al_get_system_driver()->displays;
283 for (i = 0; i < _al_vector_size(dpys); ++i) {
284 ALLEGRO_DISPLAY_OSX_WIN* dpy = *(ALLEGRO_DISPLAY_OSX_WIN**) _al_vector_ref(dpys, i);
1040 _AL_VECTOR* dpys = &al_get_system_driver()->displays;
1044 for (i = 0; i < _al_vector_size(dpys); ++i) {
1719 _AL_VECTOR* dpys = &al_get_system_driver()->displays;
1720 for (i = 0; i < _al_vector_size(dpys); ++i) {
1721 ALLEGRO_DISPLAY_OSX_WIN* d = *(ALLEGRO_DISPLAY_OSX_WIN**) _al_vector_ref(dpys, i);
1906 _AL_VECTOR* dpys = &al_get_system_driver()->displays;
1907 for (i = 0; i < _al_vector_size(dpys); ++i) {
[all …]
H A Dsystem.m658 _AL_VECTOR* dpys = &al_get_system_driver()->displays;
660 for (i = 0; i < _al_vector_size(dpys); ++i) {
661 ALLEGRO_DISPLAY* dpy = *(ALLEGRO_DISPLAY**) _al_vector_ref(dpys, i);
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcomputil.c620 char **mats, **mp, **dpys, **dp, **opts, *csl = ""; in cd_get() local
627 dpys = dp = (char **) zalloc((run->count + 1) * sizeof(char *)); in cd_get()
667 dpys = dp = (char **) zalloc((run->count + 1) * sizeof(char *)); in cd_get()
728 dpys = (char **) zalloc(2 * sizeof(char *)); in cd_get()
730 dpys[0] = ztrdup(run->strs->str); in cd_get()
731 mats[1] = dpys[1] = NULL; in cd_get()
761 dpys = (char **) zalloc(sizeof(char *)); in cd_get()
762 mats[0] = dpys[0] = NULL; in cd_get()
783 dpys = (char **) zalloc((i + 1) * sizeof(char *)); in cd_get()
785 for (dp = dpys, str = run->strs; str; str = str->run) { in cd_get()
[all …]
/dports/audio/snd/snd-21.2/
H A Dsnd-nogui1.h43 void set_with_gl(bool val, bool dpys);
H A Dsnd-fft.c1486 int i, dpys = 1; in set_up_sonogram() local
1504 if (cp->graph_time_on) dpys++; in set_up_sonogram()
1505 if (cp->graph_lisp_on) dpys++; in set_up_sonogram()
1509 else sg->outlim = ap->window_width / dpys; in set_up_sonogram()
H A Dsnd-nogui.c39 void set_with_gl(bool val, bool dpys) {}
H A Dsnd-test.rb22190 dpys = [Graph_once, Graph_as_sonogram, Graph_as_spectrogram] * 2
22192 dpys.zip(ffts) do |dpy_type, fft_type|
/dports/x11/p5-X11-Xlib/X11-Xlib-0.18/
H A DPerlXlib.c354 HV *dpys, *obj_cache, *display_attr; in PerlXlib_sanity_check_data_structures() local
360 dpys= get_hv("X11::Xlib::_connections", GV_ADD); in PerlXlib_sanity_check_data_structures()
367 for (hv_iterinit(dpys); (dpy_he= hv_iternext(dpys)); ) { in PerlXlib_sanity_check_data_structures()
368 dpy_sv= hv_iterval(dpys, dpy_he); in PerlXlib_sanity_check_data_structures()
383 for (hv_iterinit(obj_cache); (obj_he= hv_iternext(dpys)); ) { in PerlXlib_sanity_check_data_structures()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/
H A DAUTHORS47 dpys, fixed wrlib to work with most visual/depth combinations, many
H A DChangeLog3458 - fixed sloppyfocus problem in multihead dpys (Morten B�geskov
/dports/x11-wm/libwraster/WindowMaker-0.95.9/
H A DAUTHORS47 dpys, fixed wrlib to work with most visual/depth combinations, many
H A DChangeLog3458 - fixed sloppyfocus problem in multihead dpys (Morten B�geskov
/dports/multimedia/xanim/xanim2920/docs/
H A DRev_History.doc125 + SGI MOVI: fixed bug with MVC1 compression and 16/24 X11 dpys.
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/data/
H A Dcj5.cin36077 dpys ��
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in17975 dpys 达摩 38

12