/minix3/external/bsd/tmux/dist/ |
H A D | grid-view.c | 35 grid_view_peek_cell(struct grid *gd, u_int px, u_int py) in grid_view_peek_cell() 42 grid_view_get_cell(struct grid *gd, u_int px, u_int py) in grid_view_get_cell() 50 struct grid *gd, u_int px, u_int py, const struct grid_cell *gc) in grid_view_set_cell() 83 grid_view_clear(struct grid *gd, u_int px, u_int py, u_int nx, u_int ny) in grid_view_clear() 129 grid_view_insert_lines(struct grid *gd, u_int py, u_int ny) in grid_view_insert_lines() 144 grid_view_insert_lines_region(struct grid *gd, u_int rlower, u_int py, u_int ny) in grid_view_insert_lines_region() 161 grid_view_delete_lines(struct grid *gd, u_int py, u_int ny) in grid_view_delete_lines() 177 grid_view_delete_lines_region(struct grid *gd, u_int rlower, u_int py, u_int ny) in grid_view_delete_lines_region() 194 grid_view_insert_cells(struct grid *gd, u_int px, u_int py, u_int nx) in grid_view_insert_cells() 213 grid_view_delete_cells(struct grid *gd, u_int px, u_int py, u_int nx) in grid_view_delete_cells() [all …]
|
H A D | grid.c | 41 #define grid_put_cell(gd, px, py, gc) do { \ argument 45 #define grid_put_utf8(gd, px, py, gc) do { \ argument 54 grid_check_y(struct grid *gd, u_int py) in grid_check_y() 62 grid_check_y(struct grid *gd, u_int py) in grid_check_y() 221 grid_expand_line(struct grid *gd, u_int py, u_int sx) in grid_expand_line() 238 grid_peek_line(struct grid *gd, u_int py) in grid_peek_line() 247 grid_peek_cell(struct grid *gd, u_int px, u_int py) in grid_peek_cell() 259 grid_get_cell(struct grid *gd, u_int px, u_int py) in grid_get_cell() 270 grid_set_cell(struct grid *gd, u_int px, u_int py, const struct grid_cell *gc) in grid_set_cell() 281 grid_clear(struct grid *gd, u_int px, u_int py, u_int nx, u_int ny) in grid_clear() [all …]
|
H A D | window-copy.c | 918 window_copy_scroll_to(struct window_pane *wp, u_int px, u_int py) in window_copy_scroll_to() 945 struct grid *gd, u_int px, u_int py, struct grid *sgd, u_int spx, int cis) in window_copy_search_compare() 966 struct grid *sgd, u_int *ppx, u_int py, u_int first, u_int last, int cis) in window_copy_search_lr() 991 struct grid *sgd, u_int *ppx, u_int py, u_int first, u_int last, int cis) in window_copy_search_rl() 1167 struct window_pane *wp, struct screen_write_ctx *ctx, u_int py) in window_copy_write_line() 1216 struct window_pane *wp, struct screen_write_ctx *ctx, u_int py, u_int ny) in window_copy_write_lines() 1225 window_copy_redraw_lines(struct window_pane *wp, u_int py, u_int ny) in window_copy_redraw_lines() 1550 u_int px, py; in window_copy_clear_selection() local 1561 window_copy_in_set(struct window_pane *wp, u_int px, u_int py, const char *set) in window_copy_in_set() 1577 window_copy_find_length(struct window_pane *wp, u_int py) in window_copy_find_length() [all …]
|
H A D | screen-redraw.c | 55 screen_redraw_cell_border1(struct window_pane *wp, u_int px, u_int py) in screen_redraw_cell_border1() 84 screen_redraw_cell_border(struct client *c, u_int px, u_int py) in screen_redraw_cell_border() 103 screen_redraw_check_cell(struct client *c, u_int px, u_int py, in screen_redraw_check_cell() 180 screen_redraw_check_active(u_int px, u_int py, int type, struct window *w, in screen_redraw_check_active() 349 u_int idx, px, py, i, j, xoff, yoff; in screen_redraw_draw_number() local
|
H A D | screen.c | 277 screen_check_selection(struct screen *s, u_int px, u_int py) in screen_check_selection()
|
H A D | screen-write.c | 294 struct screen *src, u_int px, u_int py, u_int nx, u_int ny) in screen_write_copy() 732 screen_write_cursormove(struct screen_write_ctx *ctx, u_int px, u_int py) in screen_write_cursormove()
|
H A D | window-choose.c | 721 struct window_pane *wp, struct screen_write_ctx *ctx, u_int py) in window_choose_write_line()
|
H A D | tty.c | 612 tty_draw_line(struct tty *tty, struct screen *s, u_int py, u_int ox, u_int oy) in tty_draw_line()
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | ReleaseProcess.rst | 95 .. _test-suite:
|
/minix3/lib/libm/noieee_src/ |
H A D | n_support.c | 133 *py=(unsigned short *) &y+3; local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | overloaded-builtin-operators.cpp | 245 int* __restrict py; in plus_equals() local
|
H A D | warn-unused-local-typedef.cpp | 184 remove_reference<decltype(*pointer_sneaky())>::type::t py; variable
|
/minix3/usr.bin/sed/ |
H A D | compile.c | 648 compile_tr(char *p, struct s_tr **py) in compile_tr()
|
/minix3/usr.bin/netstat/ |
H A D | inet.c | 712 #define py(f, m) if (igmpstat[f] || sflag <= 1) \ in igmp_stats() macro
|
/minix3/sys/dev/stbi/ |
H A D | stb_image.c | 4163 static stbi_uc *pic_load(stbi *s,int *px,int *py,int *comp,int req_comp) in pic_load()
|