HomeSort by: relevance | last modified time | path
    Searched defs:sy (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/bsd/tmux/dist/
cmd-resize-window.c 56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0; local
69 sy = w->sy;
81 sy = args_strtonum(args, 'y', WINDOW_MINIMUM, WINDOW_MAXIMUM,
96 if (sy >= adjust)
97 sy -= adjust;
99 sy += adjust;
102 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
105 default_window_size(NULL, s, w, &sx, &sy, &xpixel, &ypixel,
111 w->manual_sy = sy;
    [all...]
cmd-rotate-window.c 53 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);
cmd-swap-pane.c 54 u_int sx, sy, xoff, yoff; local
109 sx = src_wp->sx; sy = src_wp->sy;
112 window_pane_resize(src_wp, dst_wp->sx, dst_wp->sy);
114 window_pane_resize(dst_wp, sx, sy);
grid-view.c 73 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...]
image.c 56 image_fallback(char **ret, u_int sx, u_int sy)
62 lsize = xasprintf(&label, "SIXEL IMAGE (%ux%u)\r\n", sx, sy) + 1;
69 size += (sx + 2) * (sy - 1) + 1;
86 for (py = 1; py < sy; py++) {
107 sixel_size_in_cells(si, &im->sx, &im->sy);
109 image_fallback(&im->fallback, im->sx, im->sy);
127 if (py + ny > im->py && py < im->py + im->sy) {
142 if (py + ny <= im->py || py >= im->py + im->sy)
157 u_int sx, sy; local
166 if (im->py + im->sy <= lines)
    [all...]
layout-custom.c 87 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
213 sy = lcchild->sy + 1;
220 sy += lcchild->sy + 1
287 u_int sx, sy, xoff, yoff; local
    [all...]
resize.c 26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel)
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;
355 u_int sx, sy, xpixel = 0, ypixel = 0; local
    [all...]
style.c 49 style_set_range_string(struct style *sy, const char *s)
51 strlcpy(sy->range_string, s, sizeof sy->range_string);
60 style_parse(struct style *sy, const struct grid_cell *base, const char *in)
71 style_copy(&saved, sy);
88 sy->gc.fg = base->fg;
89 sy->gc.bg = base->bg;
90 sy->gc.us = base->us;
91 sy->gc.attr = base->attr;
92 sy->gc.flags = base->flags
370 struct style *sy; local
418 struct style *sy; local
    [all...]
cmd-new-session.c 83 u_int sx, sy, dsx = 80, dsy = 24, count = args_count(args); local
225 dsy = c->tty.sy;
241 sy = c->tty.sy;
242 if (sy > 0 && options_get_number(global_s_options, "status"))
243 sy--;
246 if (sscanf(tmp, "%ux%u", &sx, &sy) != 2) {
248 sy = dsy;
253 sy = dsy;
258 if (sy == 0
    [all...]
spawn.c 84 u_int sx, sy, xpixel, ypixel; local
113 window_pane_resize(sc->wp0, w->sx, w->sy);
155 default_window_size(sc->tc, s, NULL, &sx, &sy, &xpixel, &ypixel,
157 if ((w = window_create(sx, sy, xpixel, ypixel)) == NULL) {
cmd-display-menu.c 109 u_int line, ox, oy, sx, sy, lines, position; local
119 if (w > tty->sx || h > tty->sy)
162 "%u", tty->sy - lines + line);
170 tty->sy - lines);
185 n = (tty->sy - 1) / 2 + h / 2;
186 if ((unsigned long)n >= tty->sy)
187 format_add(ft, "popup_centre_y", "%u", tty->sy - h);
199 if (n + h >= tty->sy) {
201 tty->sy - h);
205 if (n >= (long)tty->sy)
    [all...]
cmd-display-panes.c 68 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 = ctx->sy
    [all...]
layout-set.c 131 u_int n, sx, sy; local
147 sy = w->sy;
149 sy = (n * (PANE_MINIMUM + 1)) - 1;
150 if (sy < w->sy)
151 sy = w->sy;
154 layout_set_size(lc, sx, sy, 0, 0);
162 lcnew->sy = w->sy
197 u_int n, mainh, otherh, sx, sy; local
295 u_int n, mainh, otherh, sx, sy; local
393 u_int n, mainw, otherw, sx, sy; local
491 u_int n, mainw, otherw, sx, sy; local
590 u_int n, width, height, used, sx, sy; local
    [all...]
screen.c 34 u_int sy; member in struct:screen_sel
74 screen_init(struct screen *s, u_int sx, u_int sy, u_int hlimit)
76 s->grid = grid_create(sx, sy, hlimit);
125 grid_clear_lines(s->grid, s->grid->hsize, s->grid->sy, 8);
301 screen_resize_cursor(struct screen *s, u_int sx, u_int sy, int reflow,
310 __func__, sx, sy, screen_size_x(s), screen_size_y(s), s->cx, s->cy,
315 if (sy < 1)
316 sy = 1;
324 if (sy != screen_size_y(s))
325 screen_resize_y(s, sy, eat_empty, &cy)
636 u_int sx, sy; local
665 u_int sx = screen_size_x(s), sy = screen_size_y(s); local
    [all...]
server-fn.c 319 u_int sy = screen_size_y(&wp->base); local
354 screen_write_scrollregion(&ctx, 0, sy - 1);
355 screen_write_cursormove(&ctx, 0, sy - 1, 0);
  /src/external/lgpl3/mpfr/dist/src/
get_f.c 35 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);
set_f.c 33 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);
  /src/sys/kern/
kern_scdebug.c 136 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->sy_narg > 2)
247 const struct sysent *sy; local
    [all...]
kern_syscall.c 66 const struct sysent *sy; local
77 sy = l->l_sysent;
78 if (sy->sy_call != sys_nomodule) {
87 code = sy - em->e_sysent;
96 sy->sy_call == sys_nomodule) {
111 struct sysent *sy; local
119 sy = em->e_sysent;
130 if (sy[sp[i].sp_code].sy_call != sys_nomodule &&
131 sy[sp[i].sp_code].sy_call != sys_nosys) {
140 sy[sp[i].sp_code].sy_call = sp[i].sp_call
149 struct sysent *sy; local
249 (*e->e_dtrace_syscall)(sy->sy_entry, code, sy, args, local
292 (*p->p_emul->e_dtrace_syscall)(sy->sy_return, code, sy, local
    [all...]
  /src/games/hack/
hack.mkshop.c 93 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 <= sroom->hy; sy++)
227 int sh, sx, sy, i; local
303 int sx, sy, i, eelct = 0; local
    [all...]
  /src/lib/libm/complex/
catrig.c 382 int sx, sy; local
389 sy = signbit(y);
416 if (sy == 0)
443 if (sy == 0)
catrigf.c 217 int sx, sy; local
224 sy = signbit(y);
242 if (sy == 0)
267 if (sy == 0)
catrigl.c 247 int sx, sy; local
254 sy = signbit(y);
271 if (sy == 0)
296 if (sy==0)
  /src/external/lgpl3/mpfr/dist/tests/
tpow_all.c 65 * sy: value of y (string).
75 cmpres (int spx, const void *px, const char *sy, mpfr_rnd_t rnd,
103 printf ("y = %s, %s\n", sy, mpfr_print_rnd_mode (rnd));
136 functions. Arguments x and y are the input values; sx and sy are
141 test_others (const void *sx, const char *sy, mpfr_rnd_t rnd,
156 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
168 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
172 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL,
184 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, flags,
188 cmpres (spx, sx, sy, rnd, z1, inex1, z2, inex2, MPFR_FLAGS_ALL
494 char sy[256]; \/* larger than needed, for maintainability *\/ local
580 char sy[256]; local
    [all...]
  /src/lib/libcurses/
refresh.c 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local
193 for (sy = 0; sy < sub_win->maxy; sy++) {
194 if (sub_win->alines[sy]->flags & __ISDIRTY) {
195 orig->alines[sy + sub_win->begy - orig->begy]->flags
197 sub_win->alines[sy]->flags
200 if (sub_win->alines[sy]->flags & __ISFORCED) {
201 orig->alines[sy + sub_win->begy - orig->begy]->flags
203 sub_win->alines[sy]->flag
    [all...]

Completed in 43 milliseconds

1 2 3