Home
last modified time | relevance | path

Searched refs:wl_list_for_each_safe (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/x11/swaylock-effects/swaylock-effects-1.6-3/
H A Dloop.c52 wl_list_for_each_safe(event, tmp_event, &loop->fd_events, link) { in loop_destroy()
57 wl_list_for_each_safe(timer, tmp_timer, &loop->timers, link) { in loop_destroy()
107 wl_list_for_each_safe(timer, tmp_timer, &loop->timers, link) { in loop_poll()
176 wl_list_for_each_safe(event, tmp_event, &loop->fd_events, link) { in loop_remove_fd()
193 wl_list_for_each_safe(timer, tmp_timer, &loop->timers, link) { in loop_remove_timer()
/dports/x11/swaylock/swaylock-1.5/
H A Dloop.c51 wl_list_for_each_safe(event, tmp_event, &loop->fd_events, link) { in loop_destroy()
56 wl_list_for_each_safe(timer, tmp_timer, &loop->timers, link) { in loop_destroy()
106 wl_list_for_each_safe(timer, tmp_timer, &loop->timers, link) { in loop_poll()
168 wl_list_for_each_safe(event, tmp_event, &loop->fd_events, link) { in loop_remove_fd()
185 wl_list_for_each_safe(timer, tmp_timer, &loop->timers, link) { in loop_remove_timer()
/dports/x11/mako/mako-1.6/
H A Dmain.c80 wl_list_for_each_safe(notif, tmp, &state->notifications, link) { in finish()
83 wl_list_for_each_safe(notif, tmp, &state->history, link) { in finish()
88 wl_list_for_each_safe(surface, stmp, &state->surfaces, link) { in finish()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/tablet_v2/
H A Dwlr_tablet_v2.c31 wl_list_for_each_safe(client, client_tmp, &seat->clients, seat_link) { in tablet_seat_destroy()
108 wl_list_for_each_safe(tablet, tmp_tablet, &seat->tablets, seat_link) { in tablet_seat_client_v2_destroy()
114 wl_list_for_each_safe(pad, tmp_pad, &seat->pads, seat_link) { in tablet_seat_client_v2_destroy()
120 wl_list_for_each_safe(tool, tmp_tool, &seat->tools, seat_link) { in tablet_seat_client_v2_destroy()
236 wl_list_for_each_safe(pos, tmp, &client->tablet_seats, client_link) { in wlr_tablet_manager_v2_destroy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dbindings.c185 wl_list_for_each_safe(binding, tmp, list, link) in weston_binding_list_destroy_all()
303 wl_list_for_each_safe(b, tmp, &compositor->key_binding_list, link) { in weston_compositor_run_key_binding()
333 wl_list_for_each_safe(b, tmp, &compositor->modifier_binding_list, link) { in weston_compositor_run_modifier_binding()
369 wl_list_for_each_safe(b, tmp, &compositor->button_binding_list, link) { in weston_compositor_run_button_binding()
389 wl_list_for_each_safe(b, tmp, &compositor->touch_binding_list, link) { in weston_compositor_run_touch_binding()
409 wl_list_for_each_safe(b, tmp, &compositor->axis_binding_list, link) { in weston_compositor_run_axis_binding()
431 wl_list_for_each_safe(binding, tmp, &compositor->debug_binding_list, link) { in weston_compositor_run_debug_binding()
/dports/graphics/weston/weston-1.9.0/src/
H A Dbindings.c183 wl_list_for_each_safe(binding, tmp, list, link) in weston_binding_list_destroy_all()
298 wl_list_for_each_safe(b, tmp, &compositor->key_binding_list, link) { in weston_compositor_run_key_binding()
328 wl_list_for_each_safe(b, tmp, &compositor->modifier_binding_list, link) { in weston_compositor_run_modifier_binding()
363 wl_list_for_each_safe(b, tmp, &compositor->button_binding_list, link) { in weston_compositor_run_button_binding()
382 wl_list_for_each_safe(b, tmp, &compositor->touch_binding_list, link) { in weston_compositor_run_touch_binding()
402 wl_list_for_each_safe(b, tmp, &compositor->axis_binding_list, link) { in weston_compositor_run_axis_binding()
424 wl_list_for_each_safe(binding, tmp, &compositor->debug_binding_list, link) { in weston_compositor_run_debug_binding()
H A Dtext-backend.c155 wl_list_for_each_safe(input_method, next, in destroy_text_input()
172 wl_list_for_each_safe(input_method, next, in text_input_set_surrounding_text()
245 wl_list_for_each_safe(input_method, next, in text_input_reset()
283 wl_list_for_each_safe(input_method, next, in text_input_set_content_type()
301 wl_list_for_each_safe(input_method, next, in text_input_invoke_action()
318 wl_list_for_each_safe(input_method, next, in text_input_commit_state()
368 wl_list_for_each_safe(input_method, next, in text_input_set_preferred_language()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/
H A Dbindings.c185 wl_list_for_each_safe(binding, tmp, list, link) in weston_binding_list_destroy_all()
303 wl_list_for_each_safe(b, tmp, &compositor->key_binding_list, link) { in weston_compositor_run_key_binding()
333 wl_list_for_each_safe(b, tmp, &compositor->modifier_binding_list, link) { in weston_compositor_run_modifier_binding()
369 wl_list_for_each_safe(b, tmp, &compositor->button_binding_list, link) { in weston_compositor_run_button_binding()
389 wl_list_for_each_safe(b, tmp, &compositor->touch_binding_list, link) { in weston_compositor_run_touch_binding()
409 wl_list_for_each_safe(b, tmp, &compositor->axis_binding_list, link) { in weston_compositor_run_axis_binding()
431 wl_list_for_each_safe(binding, tmp, &compositor->debug_binding_list, link) { in weston_compositor_run_debug_binding()
/dports/net/freerdp/freerdp-2.5.0/uwac/libuwac/
H A Duwac-display.c113 wl_list_for_each_safe(seat, tmp, &d->seats, link) in display_destroy_seat()
212 wl_list_for_each_safe(seat, tmp, &d->seats, link)
276 wl_list_for_each_safe(global, tmp, &d->globals, link)
508 wl_list_for_each_safe(window, tmpWindow, &display->windows, link)
513 wl_list_for_each_safe(seat, tmpSeat, &display->seats, link)
518 wl_list_for_each_safe(output, tmpOutput, &display->outputs, link)
523 wl_list_for_each_safe(global, tmpGlobal, &display->globals, link)
623 wl_list_for_each_safe(global, tmp, &display->globals, link)
/dports/x11-wm/sway/sway-1.5.1/swaybar/
H A Dbar.c35 wl_list_for_each_safe(ws, tmp, list, link) { in free_workspaces()
377 wl_list_for_each_safe(output, tmp, &bar->outputs, link) { in handle_global_remove()
383 wl_list_for_each_safe(output, tmp, &bar->unused_outputs, link) { in handle_global_remove()
390 wl_list_for_each_safe(seat, tmp_seat, &bar->seats, link) { in handle_global_remove()
511 wl_list_for_each_safe(output, tmp, list, link) { in free_outputs()
518 wl_list_for_each_safe(seat, tmp, list, link) { in free_seats()
H A Dconfig.c117 wl_list_for_each_safe(coutput, tmp, &config->outputs, link) { in free_config()
126 wl_list_for_each_safe(tray_bind, tmp_tray_bind, &config->tray_bindings, in free_config()
/dports/x11-wm/hikari/hikari-2.2.3/src/
H A Dgroup.c79 wl_list_for_each_safe ( in hikari_group_lower()
125 wl_list_for_each_safe ( in hikari_group_hide()
/dports/x11/swaybg/swaybg-1.1.1/
H A Dmain.c390 wl_list_for_each_safe(output, tmp, &state->outputs, link) { in handle_global_remove()
510 wl_list_for_each_safe(config, tmp, &state->configs, link) { in parse_command_line()
523 wl_list_for_each_safe(config, tmp, &state->configs, link) { in parse_command_line()
645 wl_list_for_each_safe(output, tmp_output, &state.outputs, link) { in main()
650 wl_list_for_each_safe(config, tmp_config, &state.configs, link) { in main()
655 wl_list_for_each_safe(image, tmp_image, &state.images, link) { in main()
/dports/x11/lavalauncher/lavalauncher-v2.1.1/src/
H A Doutput.c68 wl_list_for_each_safe(bar, temp, &context.bars, link) in update_bar_instances_on_output()
298 wl_list_for_each_safe(op, temp, &context.outputs, link) in get_output_from_global_name()
320 wl_list_for_each_safe(output, temp, &context.outputs, link) in destroy_all_outputs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dweston-info.c695 wl_list_for_each_safe(path, tmp_path, &info->paths, link) { in destroy_tablet_pad_info()
701 wl_list_for_each_safe(group, tmp_group, &info->groups, link) { in destroy_tablet_pad_info()
735 wl_list_for_each_safe(path, tmp, &info->paths, link) { in destroy_tablet_info()
779 wl_list_for_each_safe(tablet, tmp_tablet, &info->tablets, link) { in destroy_tablet_seat_info()
783 wl_list_for_each_safe(pad, tmp_pad, &info->pads, link) { in destroy_tablet_seat_info()
787 wl_list_for_each_safe(tool, tmp_tool, &info->tools, link) { in destroy_tablet_seat_info()
822 wl_list_for_each_safe(seat, tmp, &info->seats, link) { in destroy_tablet_v2_info()
1374 wl_list_for_each_safe(output, tmp, &info->outputs, link) in destroy_xdg_output_manager_v1_info()
1516 wl_list_for_each_safe(format, tmp, &shm->formats, link) { in destroy_shm_info()
1671 wl_list_for_each_safe(mode, tmp, &output->modes, link) { in destroy_output_info()
[all …]
/dports/graphics/wayland-utils/wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90/wayland-info/
H A Dwayland-info.c735 wl_list_for_each_safe(path, tmp_path, &info->paths, link) { in destroy_tablet_pad_info()
741 wl_list_for_each_safe(group, tmp_group, &info->groups, link) { in destroy_tablet_pad_info()
775 wl_list_for_each_safe(path, tmp, &info->paths, link) { in destroy_tablet_info()
819 wl_list_for_each_safe(tablet, tmp_tablet, &info->tablets, link) { in destroy_tablet_seat_info()
823 wl_list_for_each_safe(pad, tmp_pad, &info->pads, link) { in destroy_tablet_seat_info()
827 wl_list_for_each_safe(tool, tmp_tool, &info->tools, link) { in destroy_tablet_seat_info()
862 wl_list_for_each_safe(seat, tmp, &info->seats, link) { in destroy_tablet_v2_info()
1414 wl_list_for_each_safe(output, tmp, &info->outputs, link) in destroy_xdg_output_manager_v1_info()
1556 wl_list_for_each_safe(format, tmp, &shm->formats, link) { in destroy_shm_info()
1711 wl_list_for_each_safe(mode, tmp, &output->modes, link) { in destroy_output_info()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dweston-info.c695 wl_list_for_each_safe(path, tmp_path, &info->paths, link) { in destroy_tablet_pad_info()
701 wl_list_for_each_safe(group, tmp_group, &info->groups, link) { in destroy_tablet_pad_info()
735 wl_list_for_each_safe(path, tmp, &info->paths, link) { in destroy_tablet_info()
779 wl_list_for_each_safe(tablet, tmp_tablet, &info->tablets, link) { in destroy_tablet_seat_info()
783 wl_list_for_each_safe(pad, tmp_pad, &info->pads, link) { in destroy_tablet_seat_info()
787 wl_list_for_each_safe(tool, tmp_tool, &info->tools, link) { in destroy_tablet_seat_info()
822 wl_list_for_each_safe(seat, tmp, &info->seats, link) { in destroy_tablet_v2_info()
1374 wl_list_for_each_safe(output, tmp, &info->outputs, link) in destroy_xdg_output_manager_v1_info()
1516 wl_list_for_each_safe(format, tmp, &shm->formats, link) { in destroy_shm_info()
1671 wl_list_for_each_safe(mode, tmp, &output->modes, link) { in destroy_output_info()
[all …]
/dports/x11/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0/src/screencast/
H A Dwlr_screencast.c302 wl_list_for_each_safe(output, tmp, &ctx->output_list, link) { in wlr_init_xdg_outputs()
510 wl_list_for_each_safe(output, tmp, output_list, link) { in xdpw_wlr_output_first()
519 wl_list_for_each_safe(output, tmp, output_list, link) { in xdpw_wlr_output_find_by_name()
530 wl_list_for_each_safe(output, tmp, &ctx->output_list, link) { in xdpw_wlr_output_find()
653 wl_list_for_each_safe(output, tmp_o, &ctx->output_list, link) { in xdpw_wlr_screencopy_finish()
660 wl_list_for_each_safe(cast, tmp_c, &ctx->screencast_instances, link) { in xdpw_wlr_screencopy_finish()
/dports/x11/wdisplays/wdisplays-1.1/src/
H A Doutputs.c42 wl_list_for_each_safe(output, tmp, pending->outputs, link) { in destroy_pending()
252 wl_list_for_each_safe(frame_iter, frame_tmp, &frame->output->frames, link) { in capture_ready()
307 wl_list_for_each_safe(frame, frame_tmp, &output->frames, link) { in wd_output_destroy()
333 wl_list_for_each_safe(mode, mode_tmp, &head->modes, link) { in wd_head_destroy()
631 wl_list_for_each_safe(output, output_tmp, &state->outputs, link) { in wd_remove_output()
682 wl_list_for_each_safe(head, head_tmp, &state->heads, link) { in wd_state_destroy()
686 wl_list_for_each_safe(output, output_tmp, &state->outputs, link) { in wd_state_destroy()
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dsettings.c335 wl_list_for_each_safe(oc, otmp, &config->outputs, link) { in roots_config_destroy()
337 wl_list_for_each_safe(omc, omctmp, &oc->modes, link) { in roots_config_destroy()
345 wl_list_for_each_safe(dc, dtmp, &config->devices, link) { in roots_config_destroy()
352 wl_list_for_each_safe(cc, ctmp, &config->cursors, link) { in roots_config_destroy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/compositor/
H A Dtext-backend.c162 wl_list_for_each_safe(input_method, next, in destroy_text_input()
179 wl_list_for_each_safe(input_method, next, in text_input_set_surrounding_text()
255 wl_list_for_each_safe(input_method, next, in text_input_reset()
293 wl_list_for_each_safe(input_method, next, in text_input_set_content_type()
311 wl_list_for_each_safe(input_method, next, in text_input_invoke_action()
328 wl_list_for_each_safe(input_method, next, in text_input_commit_state()
377 wl_list_for_each_safe(input_method, next, in text_input_set_preferred_language()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/compositor/
H A Dtext-backend.c162 wl_list_for_each_safe(input_method, next, in destroy_text_input()
179 wl_list_for_each_safe(input_method, next, in text_input_set_surrounding_text()
255 wl_list_for_each_safe(input_method, next, in text_input_reset()
293 wl_list_for_each_safe(input_method, next, in text_input_set_content_type()
311 wl_list_for_each_safe(input_method, next, in text_input_invoke_action()
328 wl_list_for_each_safe(input_method, next, in text_input_commit_state()
377 wl_list_for_each_safe(input_method, next, in text_input_set_preferred_language()
/dports/x11/wob/wob-0.13/
H A Dmain.c198 wl_list_for_each_safe (output_config, tmp, &app->output_configs, link) { in xdg_output_handle_done()
260 wl_list_for_each_safe (output, tmp, &(app->wob_outputs), link) { in handle_global_remove()
279 wl_list_for_each_safe (output, tmp, &(app->wob_outputs), link) { in wob_flush()
303 wl_list_for_each_safe (output, tmp, &app->wob_outputs, link) { in wob_hide()
326 wl_list_for_each_safe (output, tmp, &app->wob_outputs, link) { in wob_show()
342 wl_list_for_each_safe (output, output_tmp, &app->wob_outputs, link) { in wob_destroy()
348 wl_list_for_each_safe (config, config_tmp, &app->output_configs, link) { in wob_destroy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/backend-drm/
H A Dstate-helpers.c108 wl_list_for_each_safe(old, tmp, &state_output->plane_list, link) { in drm_plane_state_duplicate()
364 wl_list_for_each_safe(ps, next, &state->plane_list, link) in drm_output_state_free()
412 wl_list_for_each_safe(output_state, tmp, &pending_state->output_list, in drm_pending_state_free()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/backend-drm/
H A Dstate-helpers.c108 wl_list_for_each_safe(old, tmp, &state_output->plane_list, link) { in drm_plane_state_duplicate()
364 wl_list_for_each_safe(ps, next, &state->plane_list, link) in drm_output_state_free()
412 wl_list_for_each_safe(output_state, tmp, &pending_state->output_list, in drm_pending_state_free()

1234567891011