Searched refs:sy (Results 1 - 25 of 571) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/tmux/dist/
H A Dstyle.c51 style_parse(struct style *sy, const struct grid_cell *base, const char *in) argument
61 style_copy(&saved, sy);
78 sy->gc.fg = base->fg;
79 sy->gc.bg = base->bg;
80 sy->gc.attr = base->attr;
81 sy->gc.flags = base->flags;
83 sy->ignore = 1;
85 sy->ignore = 0;
87 sy->default_type = STYLE_DEFAULT_PUSH;
89 sy
189 style_tostring(struct style *sy) argument
280 struct style *sy; local
310 style_set(struct style *sy, const struct grid_cell *gc) argument
[all...]
H A Dresize.c26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) argument
35 if (sy < WINDOW_MINIMUM)
36 sy = WINDOW_MINIMUM;
37 if (sy > WINDOW_MAXIMUM)
38 sy = WINDOW_MAXIMUM;
46 layout_resize(w, sx, sy);
51 if (sy < w->layout_root->sy)
52 sy = w->layout_root->sy;
114 clients_calculate_size(int type, int current, struct client *c, struct session *s, struct window *w, int (*skip_client)(struct client *, int, int, struct session *, struct window *), u_int *sx, u_int *sy, u_int *xpixel, u_int *ypixel) argument
285 default_window_size(struct client *c, struct session *s, struct window *w, u_int *sx, u_int *sy, u_int *xpixel, u_int *ypixel, int type) argument
362 u_int sx, sy, xpixel = 0, ypixel = 0; local
[all...]
H A Dcmd-resize-window.c56 u_int adjust, sx, sy; local
70 sy = w->sy;
82 sy = args_strtonum(args, 'y', WINDOW_MINIMUM, WINDOW_MAXIMUM,
97 if (sy >= adjust)
98 sy -= adjust;
100 sy += adjust;
103 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
106 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
112 w->manual_sy = sy;
[all...]
H A Dlayout-set.c123 u_int n, sx, sy; local
139 sy = w->sy;
141 sy = (n * (PANE_MINIMUM + 1)) - 1;
142 if (sy < w->sy)
143 sy = w->sy;
146 layout_set_size(lc, sx, sy, 0, 0);
154 lcnew->sy
189 u_int n, mainh, otherh, sx, sy; local
287 u_int n, mainw, otherw, sx, sy; local
385 u_int n, width, height, used, sx, sy; local
[all...]
H A Dlayout-custom.c87 lc->sx, lc->sy, lc->xoff, lc->yoff, lc->wp->id);
90 lc->sx, lc->sy, lc->xoff, lc->yoff);
131 if (lcchild->sy != lc->sy)
146 n += lcchild->sy + 1;
148 if (n - 1 != lc->sy)
161 u_int npanes, ncells, sx = 0, sy = 0; local
211 sy = lcchild->sy + 1;
218 sy
285 u_int sx, sy, xoff, yoff; local
[all...]
H A Dscreen.c34 u_int sy; member in struct:screen_sel
74 screen_init(struct screen *s, u_int sx, u_int sy, u_int hlimit) argument
76 s->grid = grid_create(sx, sy, hlimit);
117 grid_clear_lines(s->grid, s->grid->hsize, s->grid->sy, 8);
257 screen_resize_cursor(struct screen *s, u_int sx, u_int sy, int reflow, argument
266 __func__, sx, sy, screen_size_x(s), screen_size_y(s), s->cx, s->cy,
271 if (sy < 1)
272 sy = 1;
280 if (sy != screen_size_y(s))
281 screen_resize_y(s, sy, eat_empt
303 screen_resize(struct screen *s, u_int sx, u_int sy, int reflow) argument
309 screen_resize_y(struct screen *s, u_int sy, int eat_empty, u_int *cy) argument
396 screen_set_selection(struct screen *s, u_int sx, u_int sy, u_int ex, u_int ey, u_int rectangle, int modekeys, struct grid_cell *gc) argument
582 u_int sx, sy; local
607 u_int sx = screen_size_x(s), sy = screen_size_y(s); local
[all...]
H A Dgrid-view.c73 for (yy = 0; yy < gd->sy; yy++) {
79 grid_view_clear(gd, 0, 0, gd->sx, gd->sy, bg);
88 if (last < gd->sy)
89 grid_view_clear(gd, 0, 0, gd->sx, gd->sy - last, bg);
111 if (rupper == 0 && rlower == gd->sy - 1)
140 u_int sy; local
144 sy = grid_view_y(gd, gd->sy);
146 grid_move_lines(gd, py + ny, py, sy - py - ny, bg);
169 u_int sy; local
[all...]
H A Dcmd-display-panes.c68 u_int pane, idx, px, py, i, j, xoff, yoff, sx, sy; local
75 wp->yoff + wp->sy <= ctx->oy ||
76 wp->yoff >= ctx->oy + ctx->sy)
97 if (wp->yoff >= ctx->oy && wp->yoff + wp->sy <= ctx->oy + ctx->sy) {
100 sy = wp->sy;
102 wp->yoff + wp->sy > ctx->oy + ctx->sy) {
105 sy
[all...]
H A Dcmd-rotate-window.c53 u_int sx, sy, xoff, yoff; local
64 sx = wp->sx; sy = wp->sy;
72 window_pane_resize(wp, wp2->sx, wp2->sy);
78 window_pane_resize(wp, sx, sy);
89 sx = wp->sx; sy = wp->sy;
97 window_pane_resize(wp, wp2->sx, wp2->sy);
103 window_pane_resize(wp, sx, sy);
H A Dpopup.c56 u_int sy; member in struct:popup_data
123 ttyctx->wsy = c->tty.sy;
180 pd->sy, r->px[i], py, r->nx[i], &or[i]);
207 server_client_overlay_range(pd->px, pd->py, pd->sx, pd->sy, px, py, nx,
222 screen_init(&s, pd->sx, pd->sy, 0);
228 screen_write_fast_copy(&ctx, &pd->s, 0, 0, pd->sx, pd->sy);
229 } else if (pd->sx > 2 && pd->sy > 2) {
230 screen_write_box(&ctx, pd->sx, pd->sy, pd->border_lines,
234 pd->sy - 2);
251 for (i = 0; i < pd->sy;
635 popup_display(int flags, enum box_lines lines, struct cmdq_item *item, u_int px, u_int py, u_int sx, u_int sy, struct environ *env, const char *shellcmd, int argc, char **argv, const char *cwd, const char *title, struct client *c, struct session *s, const char* style, const char* border_style, popup_close_cb cb, void *arg) argument
779 u_int px, py, sx, sy; local
[all...]
/netbsd-current/sys/sys/
H A Dsyscallvar.h59 sy_call(const struct sysent *sy, struct lwp *l, const void *uap, argument
64 l->l_sysent = sy;
65 error = (*sy->sy_call)(l, uap, rval);
72 sy_invoke(const struct sysent *sy, struct lwp *l, const void *uap, argument
76 (sy->sy_flags & SYCALL_INDIRECT) == 0;
84 if (__predict_true(!(do_trace || KDTRACE_ENTRY(sy->sy_entry)))
85 || (error = trace_enter(code, sy, uap)) == 0) {
94 error = sy_call(sy, l, uap, rval);
97 if (__predict_false(do_trace || KDTRACE_ENTRY(sy->sy_return))) {
98 trace_exit(code, sy, ua
[all...]
/netbsd-current/games/hack/
H A Dhack.mkshop.c93 int sh, sx, sy, i = -1; local
158 sy = doors[sh].y;
163 else if (sy == sroom->ly - 1)
164 sy++;
165 else if (sy == sroom->hy + 1)
166 sy--;
187 if (!(shk = makemon(PM_SHK, sx, sy)))
196 ESHK->shk.y = sy;
204 for (sy = sroom->ly; sy <
227 int sh, sx, sy, i; local
303 int sx, sy, i, eelct = 0; local
328 nexttodoor(int sx, int sy) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/monitoring/
H A Dlr.pl51 $self->{sy} = 0.0;
62 $self->{sy} += $_y;
73 return ($self->{n} * $self->{sxy} - $self->{sx} * $self->{sy})
81 return ($self->{sy} - B() * $self->{sx}) / $self->{n};
103 * ($self->{n} * $self->{sy2} - $self->{sy}**2);
107 return ($self->{n} * $self->{sxy} - $self->{sx} * $self->{sy}) / sqrt($s);
114 return ($self->{sxy} - $self->{sx} * $self->{sy} / $self->{n})
123 return sqrt(($self->{sy2} - ($self->{sy} * $self->{sy}) / $self->{n})
132 return $self->{sy} /
[all...]
/netbsd-current/sys/kern/
H A Dkern_syscall.c64 const struct sysent *sy; local
75 sy = l->l_sysent;
76 if (sy->sy_call != sys_nomodule) {
85 code = sy - em->e_sysent;
94 sy->sy_call == sys_nomodule) {
109 struct sysent *sy; local
117 sy = em->e_sysent;
128 if (sy[sp[i].sp_code].sy_call != sys_nomodule &&
129 sy[sp[i].sp_code].sy_call != sys_nosys) {
138 sy[s
147 struct sysent *sy; local
236 trace_enter(register_t code, const struct sysent *sy, const void *args) argument
247 (*e->e_dtrace_syscall)(sy->sy_entry, code, sy, args, local
279 trace_exit(register_t code, const struct sysent *sy, const void *args, register_t rval[], int error) argument
290 (*p->p_emul->e_dtrace_syscall)(sy->sy_return, code, sy, local
[all...]
H A Dkern_scdebug.c136 const struct sysent *sy; local
147 sy = &em->e_sysent[code];
150 (CODE_NOT_OK(code, em) || sy->sy_call == sys_nosys)) {
178 p->p_pid, l->l_lid, code, (uintptr_t)sy->sy_call);
182 if (sy->sy_narg > 7) {
187 } else if (sy->sy_narg > 6) {
192 } else if (sy->sy_narg > 5) {
196 } else if (sy->sy_narg == 5) {
202 if (sy->sy_narg > 3) {
207 } else if (sy
247 const struct sysent *sy; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dsyms.d13 ..: .*sy.*mbol
17 \[......\] sy.*mbol
/netbsd-current/usr.bin/make/unit-tests/
H A Dshell-csh.exp8 They chatted in the sy.
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_f.c33 mp_size_t sx, sy; local
49 sy = MPFR_LIMB_SIZE (y);
55 if (sy <= sx) /* we may have to round even when sy = sx */
70 my[sy - 1] = MPFR_LIMB_HIGHBIT;
76 mpn_lshift (my + sy - sx, mx, sx, cnt);
78 MPN_COPY (my + sy - sx, mx, sx);
79 MPN_ZERO(my, sy - sx);
H A Dget_f.c35 mp_size_t sx, sy; local
84 sy = MPFR_LIMB_SIZE (y);
97 MPFR_ASSERTN (sx >= sy);
98 ds = sx - sy;
103 out = mpn_rshift (xp + ds, MPFR_MANT(y), sy, sh);
109 MPN_COPY (xp + ds, MPFR_MANT (y), sy);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darchv6m.d16 0[0-9a-f]+ <[^>]+> f3bf 8f5f dmb sy
17 0[0-9a-f]+ <[^>]+> f3bf 8f4f dsb sy
18 0[0-9a-f]+ <[^>]+> f3bf 8f6f isb sy
H A Dbarrier.d10 00000000 <[^>]*> f57ff05f dmb (sy|#15)
22 00000030 <[^>]*> f57ff04f dsb (sy|#15)
33 0000005c <[^>]*> f57ff06f isb (sy|#15)
34 00000060 <[^>]*> f57ff06f isb (sy|#15)
35 00000064 <[^>]*> f57ff05f dmb (sy|#15)
47 00000094 <[^>]*> f57ff04f dsb (sy|#15)
58 000000c0 <[^>]*> f57ff06f isb (sy|#15)
60 000000c8 <[^>]*> f57ff04f dsb (sy|#15)
62 000000d0 <[^>]*> f57ff05f dmb (sy|#15)
71 000000f4 <[^>]*> f57ff06f isb (sy|#1
[all...]
H A Darch7.d16 0+020 <[^>]*> f57ff05f dmb sy
17 0+024 <[^>]*> f57ff05f dmb sy
18 0+028 <[^>]*> f57ff04f dsb sy
19 0+02c <[^>]*> f57ff04f dsb sy
23 0+03c <[^>]*> f57ff06f isb sy
24 0+040 <[^>]*> f57ff06f isb sy
35 0+06c <[^>]*> f3bf 8f5f dmb sy
36 0+070 <[^>]*> f3bf 8f5f dmb sy
37 0+074 <[^>]*> f3bf 8f4f dsb sy
38 0+078 <[^>]*> f3bf 8f4f dsb sy
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Dite_cv.c228 cv_clear(struct ite_softc *ip, int sy, int sx, int h, int w) argument
239 (((sy * ip->cols) + sx) << 2));
246 dst = &console_buffer[(sy * ip->cols) + sx];
253 cv_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) argument
260 ((volatile char*)ip->grf->g_fbkva + (cv_rowc[sy] << 2));
266 len = cv_rowc[(ip->bottom_margin + 1 - sy)];
267 src = &console_buffer[cv_rowc[sy]];
269 if (count > sy) { /* boundary checks */
272 len -= cv_rowc[(count - sy)];
273 src += cv_rowc[(count - sy)];
[all...]
H A Dite_cv3d.c228 cv3d_clear(struct ite_softc *ip, int sy, int sx, int h, int w) argument
239 (((sy * ip->cols) + sx) << 2));
246 dst = &console_buffer[(sy * ip->cols) + sx];
253 cv3d_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) argument
260 ((volatile char*)ip->grf->g_fbkva + (cv3d_rowc[sy] << 2));
266 len = cv3d_rowc[(ip->bottom_margin + 1 - sy)];
267 src = &console_buffer[cv3d_rowc[sy]];
269 if (count > sy) { /* boundary checks */
272 len -= cv3d_rowc[(count - sy)];
273 src += cv3d_rowc[(count - sy)];
[all...]
H A Dite_rh.c207 rh_clear(struct ite_softc *ip, int sy, int sx, int h, int w) argument
209 RZ3AlphaErase (ip->grf, sx, sy, w, h);
218 rh_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir) argument
228 screen_up(ip, sy - count, ip->bottom_margin, count);
230 memcpy(fb + (sy - count) * ip->cols, fb + sy * ip->cols,
231 4 * (ip->bottom_margin - sy + 1) * ip->cols);
236 screen_down(ip, sy, ip->bottom_margin, count);
238 memcpy(fb + (sy + count) * ip->cols, fb + sy * i
[all...]

Completed in 243 milliseconds

1234567891011>>