Symbol: cursor_x
sys/dev/pci/drm/amd/amdgpu/amdgpu_mode.h
466
int cursor_x;
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
2323
amdgpu_crtc->cursor_x = x;
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
2417
x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x;
sys/dev/pci/drm/amd/amdgpu/dce_v10_0.c
2453
dce_v10_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x,
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
2296
amdgpu_crtc->cursor_x = x;
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
2390
x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x;
sys/dev/pci/drm/amd/amdgpu/dce_v6_0.c
2426
dce_v6_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x,
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
2242
amdgpu_crtc->cursor_x = x;
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
2336
x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x;
sys/dev/pci/drm/amd/amdgpu/dce_v8_0.c
2372
dce_v8_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x,
sys/dev/pci/drm/drm_plane.c
1244
crtc_x = crtc->cursor_x;
sys/dev/pci/drm/drm_plane.c
1269
crtc->cursor_x = req->x;
sys/dev/pci/drm/include/drm/drm_crtc.h
995
int cursor_x;
sys/dev/pci/drm/radeon/radeon_cursor.c
151
radeon_crtc->cursor_x = x;
sys/dev/pci/drm/radeon/radeon_cursor.c
334
x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x;
sys/dev/pci/drm/radeon/radeon_cursor.c
379
radeon_cursor_move_locked(crtc, radeon_crtc->cursor_x,
sys/dev/pci/drm/radeon/radeon_mode.h
331
int cursor_x;
usr.bin/tmux/mode-tree.c
1058
pdd.cursor_x = &mtd->prompt_cx;
usr.bin/tmux/prompt.c
504
pl->cursor_x = pl->label_width;
usr.bin/tmux/prompt.c
518
pl->cursor_x = pl->label_width + pcursor - offset;
usr.bin/tmux/prompt.c
524
pl->cursor_x < aw) {
usr.bin/tmux/prompt.c
525
avail = aw - pl->cursor_x;
usr.bin/tmux/prompt.c
529
end = pl->cursor_x + width;
usr.bin/tmux/prompt.c
553
pl->cursor_x += pl->content_x;
usr.bin/tmux/prompt.c
625
cx = pd->cursor_x;
usr.bin/tmux/prompt.c
626
*cx = pl.cursor_x;
usr.bin/tmux/prompt.c
655
pl.cursor_x, py, &gc);
usr.bin/tmux/prompt.c
685
result = prompt_mouse_complete(pr, x, pl.cursor_x, pl.content_x,
usr.bin/tmux/prompt.c
75
u_int cursor_x;
usr.bin/tmux/screen-redraw.c
1669
pdd.cursor_x = &wp->prompt_cx;
usr.bin/tmux/status.c
687
pdd.cursor_x = &sl->prompt_cx;
usr.bin/tmux/window-switch.c
324
pdd.cursor_x = &data->prompt_cx;