HomeSort by: relevance | last modified time | path
    Searched refs:wp (Results 1 - 25 of 361) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/ibm-public/postfix/dist/src/master/
master_watch.c 81 const MASTER_STR_WATCH *wp; local
83 for (wp = str_watch_table; wp->name != 0; wp++) {
90 if (wp->backup[0] != 0
91 && strcmp(wp->backup[0], wp->value[0]) != 0) {
92 if ((wp->flags & MASTER_WATCH_FLAG_UPDATABLE) == 0) {
93 msg_warn("ignoring %s parameter value change", wp->name);
95 wp->backup[0], wp->value[0])
120 MASTER_INT_WATCH *wp; local
    [all...]
  /src/external/bsd/tmux/dist/
cmd-rotate-window.c 51 struct window_pane *wp, *wp2; local
58 wp = TAILQ_LAST(&w->panes, window_panes);
59 TAILQ_REMOVE(&w->panes, wp, entry);
60 TAILQ_INSERT_HEAD(&w->panes, wp, entry);
62 lc = wp->layout_cell;
63 xoff = wp->xoff; yoff = wp->yoff;
64 sx = wp->sx; sy = wp->sy;
65 TAILQ_FOREACH(wp, &w->panes, entry)
    [all...]
window.c 66 u_int wp; member in struct:window_pane_input_data
73 static void window_pane_full_size_offset(struct window_pane *wp,
370 window_pane_destroy_ready(struct window_pane *wp)
374 if (wp->pipe_fd != -1) {
375 if (EVBUFFER_LENGTH(wp->pipe_event->output) != 0)
377 if (ioctl(wp->fd, FIONREAD, &n) != -1 && n > 0)
381 if (~wp->flags & PANE_EXITED)
431 window_pane_send_resize(struct window_pane *wp, u_int sx, u_int sy)
433 struct window *w = wp->window;
436 if (wp->fd == -1
595 struct window_pane *wp; local
683 struct window_pane *wp; local
731 struct window_pane *wp; local
793 struct window_pane *wp; local
848 struct window_pane *wp; local
860 struct window_pane *wp; local
921 struct window_pane wp; local
930 struct window_pane *wp; local
1022 struct window_pane *wp = data; local
1051 struct window_pane *wp = data; local
1676 struct window_pane *wp; local
    [all...]
screen-redraw.c 55 screen_redraw_border_set(struct window *w, struct window_pane *wp,
73 if (wp != NULL && window_pane_index(wp, &idx) == 0)
105 struct window_pane *wp; local
107 wp = TAILQ_NEXT(TAILQ_FIRST(&w->panes), entry);
108 if (wp == NULL)
110 if (TAILQ_NEXT(wp, entry) != NULL)
112 if (direction == 0 && wp->xoff == 0)
114 if (direction == 1 && wp->yoff == 0)
121 screen_redraw_pane_border(struct screen_redraw_ctx *ctx, struct window_pane *wp,
218 struct window_pane *wp; local
338 struct window_pane *wp, *active; local
517 struct window_pane *wp; local
577 struct window_pane *wp; local
744 struct window_pane *wp, *active = server_client_get_pane(c); local
836 struct window_pane *wp; local
856 struct window_pane *wp; local
954 struct window_pane *wp; local
    [all...]
cmd-pipe-pane.c 61 struct window_pane *wp = target->wp; local
64 struct window_pane_offset *wpo = &wp->pipe_offset;
71 if (window_pane_exited(wp)) {
77 old_fd = wp->pipe_fd;
78 if (wp->pipe_fd != -1) {
79 bufferevent_free(wp->pipe_event);
80 close(wp->pipe_fd);
81 wp->pipe_fd = -1;
83 if (window_pane_destroy_ready(wp)) {
191 struct window_pane *wp = data; local
208 struct window_pane *wp = data; local
220 struct window_pane *wp = data; local
    [all...]
  /src/games/hack/
hack.worn.c 114 struct worn *wp; local
117 for (wp = worn; wp->w_mask; wp++)
118 if (wp->w_mask & mask) {
119 oobj = *(wp->w_obj);
120 if (oobj && !(oobj->owornmask & wp->w_mask))
121 impossible("Setworn: mask = %ld.", wp->w_mask);
123 oobj->owornmask &= ~wp->w_mask;
124 if (obj && oobj && wp->w_mask == W_ARM)
145 struct worn *wp; local
    [all...]
  /src/games/hangman/
getword.c 51 char *wp, *gp; local
65 for (wp = Word; *wp; wp++)
66 if (!islower((unsigned char)*wp))
72 wp = Word;
73 while (*wp) {
75 wp++;
  /src/external/ibm-public/postfix/dist/src/util/
watchdog.c 159 WATCHDOG *wp; local
167 if ((wp = watchdog_curr) == 0)
170 msg_info("%s: %p %d", myname, (void *) wp, wp->trip_run);
171 if (++(wp->trip_run) < WATCHDOG_STEPS) {
180 alarm(wp->timeout);
182 if (wp->action)
183 wp->action(wp, wp->context)
200 WATCHDOG *wp; local
303 WATCHDOG *wp; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpz/
mul.c 44 mp_ptr wp; local
71 wp = MPZ_REALLOC (w, usize+vsize);
73 cy_limb = mpn_mul_1 (wp, PTR (u), usize, PTR (v)[0]);
76 cy_limb = mpn_mul_2 (wp, PTR (u), usize, PTR (v));
79 wp[usize] = cy_limb;
87 wp = MPZ_REALLOC (w, usize+1);
88 cy_limb = mpn_mul_1 (wp, PTR (u), usize, PTR (v)[0]);
89 wp[usize] = cy_limb;
100 wp = PTR (w);
108 if (wp == up || wp == vp
    [all...]
iset.c 38 mp_ptr wp, up; local
45 wp = __GMP_ALLOCATE_FUNC_LIMBS (ALLOC (w));
47 PTR (w) = wp;
50 MPN_COPY (wp, up, size);
abs.c 38 mp_ptr wp; local
46 wp = MPZ_NEWALLOC (w, size);
50 MPN_COPY (wp, up, size);
set.c 37 mp_ptr wp, up; local
43 wp = MPZ_NEWALLOC (w, size);
47 MPN_COPY (wp, up, size);
set_f.c 37 mp_ptr wp, up; local
49 wp = MPZ_NEWALLOC (w, exp);
60 MPN_ZERO (wp, zeros);
61 wp += zeros;
70 MPN_COPY (wp, up, size);
ui_sub.c 36 mp_ptr vp, wp; local
58 wp = MPZ_REALLOC (w, vn);
60 mpn_sub_1 (wp, vp, vn, (mp_limb_t) uval);
61 wn = -(vn - (wp[vn - 1] == 0));
67 wp = MPZ_NEWALLOC (w, 1);
70 wp[0] = uval - vp0;
71 wn = wp[0] != 0;
75 wp[0] = vp0 - uval;
82 wp = MPZ_REALLOC (w, vn + 1);
84 cy = mpn_add_1 (wp, vp, vn, (mp_limb_t) uval)
    [all...]
neg.c 38 mp_ptr wp; local
48 wp = MPZ_NEWALLOC (w, size);
52 MPN_COPY (wp, up, size);
  /src/external/gpl3/gcc/dist/libquadmath/printf/
lshift.c 26 and store the USIZE least significant digits of the result at WP.
31 2. If the result is to be written over the input, WP must be >= UP.
36 mpn_lshift (register mp_ptr wp,
40 mpn_lshift (wp, up, usize, cnt)
41 register mp_ptr wp;
61 if (wp != up)
66 wp[i] = up[i];
72 wp += 1;
81 wp[i] = (high_limb << sh_1) | (low_limb >> sh_2);
84 wp[i] = high_limb << sh_1
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
lshift.c 26 and store the USIZE least significant digits of the result at WP.
31 2. If the result is to be written over the input, WP must be >= UP.
36 mpn_lshift (register mp_ptr wp,
40 mpn_lshift (wp, up, usize, cnt)
41 register mp_ptr wp;
61 if (wp != up)
66 wp[i] = up[i];
72 wp += 1;
81 wp[i] = (high_limb << sh_1) | (low_limb >> sh_2);
84 wp[i] = high_limb << sh_1
    [all...]
  /src/external/lgpl3/gmp/dist/tune/
set_strp.c 36 mpn_pre_set_str (mp_ptr wp, unsigned char *str, size_t str_len, powers_t *powtab, mp_ptr tp)
39 mpn_bc_set_str (wp, str, str_len, powtab->base);
41 mpn_dc_set_str (wp, str, str_len, powtab, tp);
  /src/external/bsd/nvi/dist/common/
gs.c 77 WIN *wp; local
79 CALLOC_NOMSG(NULL, wp, WIN *, 1, sizeof(*wp));
80 if (!wp)
84 LIST_INIT(&wp->ecq);
85 LIST_INSERT_HEAD(&wp->ecq, &wp->excmd, q);
87 TAILQ_INSERT_TAIL(&gp->dq, wp, q);
88 TAILQ_INIT(&wp->scrq);
90 TAILQ_INIT(&wp->dcb_store.textq)
148 WIN *wp; local
    [all...]
  /src/lib/libcurses/
delwin.c 53 WINDOW *wp, *np; local
75 wp = win->nextp;
76 while (wp != win) {
77 np = wp->nextp;
78 delwin(wp);
79 wp = np;
101 for (wp = win->nextp; wp->nextp != win; wp = wp->nextp
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-instrument.c 133 mp_limb_t wp[100], xp[100], yp[100]; local
138 refmpn_zero (wp, size);
141 mpn_add_n (wp, xp, yp, size);
146 mpn_add_nc (wp, xp, yp, size, CNST_LIMB(0));
152 mpn_addlsh1_n (wp, xp, yp, size);
158 mpn_and_n (wp, xp, yp, size);
164 mpn_andn_n (wp, xp, yp, size);
169 mpn_addmul_1 (wp, xp, size, yp[0]);
174 mpn_addmul_1c (wp, xp, size, yp[0], CNST_LIMB(0));
180 mpn_com (wp, xp, size)
    [all...]
  /src/bin/ksh/
c_sh.c 24 c_label(wp)
25 char **wp;
27 return wp[0][0] == 'f' ? 1 : 0;
31 c_shift(wp)
32 char **wp;
39 if (ksh_getopt(wp, &builtin_opt, null) == '?')
41 arg = wp[builtin_opt.optind];
63 c_umask(wp)
64 char **wp;
72 while ((optc = ksh_getopt(wp, &builtin_opt, "S")) != EOF
784 char **wp = *app; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/cray/
lshift.c 35 mpn_lshift (mp_ptr wp, mp_srcptr up, mp_size_t n, unsigned int cnt)
49 wp[i] = (up[i] << sh_1) | (up[i - 1] >> sh_2);
52 wp[i] = _dshiftl (up[i], up[i - 1], sh_1);
56 wp[0] = up[0] << sh_1;
rshift.c 35 mpn_rshift (mp_ptr wp, mp_srcptr up, mp_size_t n, unsigned int cnt)
49 wp[i] = (up[i] >> sh_1) | (up[i + 1] << sh_2);
52 wp[i] = _dshiftr (up[i + 1], up[i], sh_1);
56 wp[n - 1] = up[n - 1] >> sh_1;
  /src/external/lgpl3/gmp/dist/mpn/generic/
dcpi1_div_q.c 45 mp_ptr tp, wp; local
61 wp = TMP_ALLOC_LIMBS (qn + 1);
63 qh = mpn_dcpi1_divappr_q (wp, tp, nn + 1, dp, dn, dinv);
65 if (wp[0] == 0)
70 mpn_mul (tp, wp + 1, qn, dp, dn);
72 mpn_mul (tp, dp, dn, wp + 1, qn);
77 qh -= mpn_sub_1 (qp, wp + 1, qn, 1);
79 MPN_COPY (qp, wp + 1, qn);
82 MPN_COPY (qp, wp + 1, qn);

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>