Home
last modified time | relevance | path

Searched defs:py (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/usr.bin/tmux/
H A Dgrid-view.c35 grid_view_get_cell(struct grid *gd, u_int px, u_int py, struct grid_cell *gc) in grid_view_get_cell()
42 grid_view_set_cell(struct grid *gd, u_int px, u_int py, in grid_view_set_cell()
50 grid_view_set_padding(struct grid *gd, u_int px, u_int py) in grid_view_set_padding()
57 grid_view_set_cells(struct grid *gd, u_int px, u_int py, in grid_view_set_cells()
95 grid_view_clear(struct grid *gd, u_int px, u_int py, u_int nx, u_int ny, in grid_view_clear()
138 grid_view_insert_lines(struct grid *gd, u_int py, u_int ny, u_int bg) in grid_view_insert_lines()
151 grid_view_insert_lines_region(struct grid *gd, u_int rlower, u_int py, in grid_view_insert_lines_region()
167 grid_view_delete_lines(struct grid *gd, u_int py, u_int ny, u_int bg) in grid_view_delete_lines()
181 grid_view_delete_lines_region(struct grid *gd, u_int rlower, u_int py, in grid_view_delete_lines_region()
197 grid_view_insert_cells(struct grid *gd, u_int px, u_int py, u_int nx, u_int bg) in grid_view_insert_cells()
[all …]
H A Dgrid.c203 grid_clear_cell(struct grid *gd, u_int px, u_int py, u_int bg) in grid_clear_cell()
225 grid_check_y(struct grid *gd, const char *from, u_int py) in grid_check_y()
276 grid_free_line(struct grid *gd, u_int py) in grid_free_line()
286 grid_free_lines(struct grid *gd, u_int py, u_int ny) in grid_free_lines()
479 grid_expand_line(struct grid *gd, u_int py, u_int sx, u_int bg) in grid_expand_line()
503 grid_empty_line(struct grid *gd, u_int py, u_int bg) in grid_empty_line()
512 grid_peek_line(struct grid *gd, u_int py) in grid_peek_line()
595 grid_set_padding(struct grid *gd, u_int px, u_int py) in grid_set_padding()
671 grid_clear_lines(struct grid *gd, u_int py, u_int ny, u_int bg) in grid_clear_lines()
1062 grid_string_cells(struct grid *gd, u_int px, u_int py, u_int nx, in grid_string_cells()
[all …]
H A Dwindow-copy.c724 u_int n, ox, oy, px, py; in window_copy_pageup1() local
782 u_int n, ox, oy, px, py; in window_copy_pagedown1() local
1673 u_int px, py, xx, n; in window_copy_cmd_previous_matching_bracket() local
3983 u_int py, u_int *at) in window_copy_search_mark_at()
5022 u_int px, py; in window_copy_clear_selection() local
5059 u_int px, py, oldy, hsize; in window_copy_cursor_start_of_line() local
5209 u_int ox, oy, px, py; in window_copy_cursor_up() local
5283 u_int ox, oy, px, py; in window_copy_cursor_down() local
5464 u_int px, py, hsize; in window_copy_cursor_next_word_end_pos() local
5521 u_int px, py, hsize; in window_copy_cursor_previous_word_pos() local
[all …]
H A Dmenu.c39 u_int py; member
185 menu_check_cb(__unused struct client *c, void *data, u_int px, u_int py, in menu_check_cb()
204 u_int i, px = md->px, py = md->py; in menu_draw_cb() local
460 struct cmdq_item *item, u_int px, u_int py, struct client *c, in menu_prepare()
541 struct cmdq_item *item, u_int px, u_int py, struct client *c, in menu_display()
H A Dpopup.c55 u_int py; member
169 popup_check_cb(struct client* c, void *data, u_int px, u_int py, u_int nx, in popup_check_cb()
219 u_int i, px = pd->px, py = pd->py; in popup_draw_cb() local
430 u_int px, py; in popup_handle_drag() local
491 u_int px, py, x; in popup_key_cb() local
640 u_int py, u_int sx, u_int sy, struct environ *env, const char *shellcmd, in popup_display()
784 u_int px, py, sx, sy; in popup_editor() local
H A Dtty.c1074 u_int py, u_int nx, u_int ny) in tty_is_visible()
1179 tty_clear_pane_line(struct tty *tty, const struct tty_ctx *ctx, u_int py, in tty_clear_pane_line()
1327 tty_clear_pane_area(struct tty *tty, const struct tty_ctx *ctx, u_int py, in tty_clear_pane_area()
1337 tty_draw_pane(struct tty *tty, const struct tty_ctx *ctx, u_int py) in tty_draw_pane()
1393 tty_check_overlay(struct tty *tty, u_int px, u_int py) in tty_check_overlay()
1410 tty_check_overlay_range(struct tty *tty, u_int px, u_int py, u_int nx, in tty_check_overlay_range()
1979 u_int px, py, nx, ny; in tty_cmd_clearendofscreen() local
2004 u_int px, py, nx, ny; in tty_cmd_clearstartofscreen() local
2029 u_int px, py, nx, ny; in tty_cmd_clearscreen() local
2074 u_int px, py, i, vis = 0; in tty_cmd_cell() local
[all …]
H A Dscreen-redraw.c118 u_int px, u_int py) in screen_redraw_pane_border()
197 screen_redraw_cell_border(struct screen_redraw_ctx *ctx, u_int px, u_int py) in screen_redraw_cell_border()
234 screen_redraw_type_of_cell(struct screen_redraw_ctx *ctx, u_int px, u_int py) in screen_redraw_type_of_cell()
316 screen_redraw_check_cell(struct screen_redraw_ctx *ctx, u_int px, u_int py, in screen_redraw_check_cell()
415 screen_redraw_check_is(struct screen_redraw_ctx *ctx, u_int px, u_int py, in screen_redraw_check_is()
437 u_int width, i, cell_type, px, py; in screen_redraw_make_pane_status() local
1002 int px, py, ox = ctx->ox, oy = ctx->oy; in screen_redraw_draw_scrollbar() local
H A Dgrid-reader.c355 u_int px, py, xx, yy; in grid_reader_cursor_jump() local
385 u_int px, py, xx; in grid_reader_cursor_jump_back() local
412 u_int px, py, xx, yy, oldx, oldy; in grid_reader_cursor_back_to_indentation() local
H A Dcmd-display-menu.c97 struct args *args, u_int *px, u_int *py, u_int w, u_int h) in cmd_display_menu_get_position()
300 u_int px, py, i, count = args_count(args); in cmd_display_menu_exec() local
399 u_int px, py, w, h, count = args_count(args); in cmd_display_popup_exec() local
H A Dcmd-display-panes.c68 u_int pane, idx, px, py, i, j, xoff, yoff, sx, sy; in cmd_display_panes_draw_pane() local
H A Dserver-client.c173 u_int py, u_int nx, struct overlay_ranges *r) in server_client_overlay_range()
588 server_client_check_mouse_in_pane(struct window_pane *wp, u_int px, u_int py, in server_client_check_mouse_in_pane()
676 u_int x, y, b, sx, sy, px, py, sl_mpos = 0; in server_client_check_mouse() local
H A Dscreen.c462 screen_check_selection(struct screen *s, u_int px, u_int py) in screen_check_selection()
H A Dscreen-write.c567 u_int px, u_int py, u_int nx, u_int ny) in screen_write_fast_copy()
825 u_int cx, cy, px, py; in screen_write_preview() local
1309 screen_write_cursormove(struct screen_write_ctx *ctx, int px, int py, in screen_write_cursormove()
H A Dstatus.c1817 u_int py; in status_prompt_complete_list_menu() local
1876 u_int py, size = 0; in status_prompt_complete_window_menu() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D921111-1.c8 vpt py[8]; member
27 vpt *py; local
/openbsd/lib/libm/src/
H A Ds_copysignl.c26 struct ieee_ext *py = (struct ieee_ext *)&y; in copysignl() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpmd1.C4 struct XX { int A::*py; }; member
/openbsd/gnu/llvm/llvm/docs/
H A DReleaseProcess.rst109 .. _test-suite:
H A DRemarks.rst579 .. _remarkssection:
/openbsd/regress/lib/libc/qsort/
H A Dantiqsort.c25 cmp(const void *px, const void *py) in cmp()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dauto_ptr.C2 Y* py; member
/openbsd/gnu/gcc/libcpp/
H A Dpch.c289 comp_hashnodes (const void *px, const void *py) in comp_hashnodes()
/openbsd/sys/dev/pci/
H A Dcs4280reg.h208 #define CS4280_MK_PSRC(psrc, py) ((((psrc) << 16) & 0xffff0000) | ((py) & 0xffff)) argument
/openbsd/games/bs/
H A Dbs.c956 randomfire(int *px, int *py) in randomfire()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Doptabs.c3376 prepare_cmp_insn (px, py, pcomparison, size, pmode, punsignedp, purpose) in prepare_cmp_insn() argument
3754 prepare_float_lib_cmp (px, py, pcomparison, pmode, punsignedp) in prepare_float_lib_cmp() argument

12