Home
last modified time | relevance | path

Searched refs:ww (Results 1 – 25 of 57) sorted by relevance

123

/dragonfly/usr.bin/window/
H A Ddefs.h80 void c_move(struct ww *);
83 void c_size(struct ww *);
86 void closeiwin(struct ww *);
87 void closewin(struct ww *);
88 void closewin1(struct ww *);
92 void deletewin(struct ww *);
104 struct ww *getwin(void);
105 void labelwin(struct ww *);
122 void startwin(struct ww *);
123 void stopwin(struct ww *);
[all …]
H A Dww.h77 struct ww { struct
93 struct ww *ww_back; argument
221 EXTERN struct ww wwhead;
223 EXTERN struct ww wwnobody;
315 void wwadd(struct ww *, struct ww *);
324 void wwclose(struct ww *);
330 void wwdelete(struct ww *);
339 int wwenviron(struct ww *);
343 void wwframe(struct ww *, struct ww *);
346 int wwgetpty(struct ww *);
[all …]
H A Dwin.c60 struct ww *
63 struct ww *w; in openwin()
115 struct ww *
133 closewin(struct ww *w) in closewin()
166 struct ww *
169 struct ww *w; in openiwin()
256 struct ww *w; in reframe()
267 labelwin(struct ww *w) in labelwin()
293 stopwin(struct ww *w) in stopwin()
302 startwin(struct ww *w) in startwin()
[all …]
H A Dlcmd1.c64 struct ww *w; in l_window()
152 struct ww *w; in l_smooth()
186 struct ww *w; in l_select()
192 if ((w = vtowin(a, (struct ww *)0)) == NULL) in l_select()
240 struct ww *w; in l_label()
258 struct ww *w; in l_foreground()
312 struct ww *w; in l_write()
335 struct ww *w; in l_close()
338 closewin((struct ww *)0); in l_close()
385 struct ww *
[all …]
H A Dcmd.c40 int checkproc(struct ww *);
46 struct ww *w; in docmd()
216 struct ww *
220 struct ww *w = NULL; in getwin()
247 checkproc(struct ww *w) in checkproc()
294 setselwin(struct ww *w) in setselwin()
H A Dlcmd2.c53 struct ww *w; in l_iostat()
105 struct ww *w; in l_time()
175 struct ww *w, *wp; in l_list()
207 struct ww *w; in l_variable()
221 struct ww *w = vw; in printvar()
290 struct ww *w; in l_alias()
340 struct ww *w = vw; in printalias()
370 struct ww *w; in l_echo()
H A Dcmd2.c99 int help_print(struct ww *, const char *, const char **);
104 struct ww *w; in c_help()
118 help_print(struct ww *w, const char *name, const char **list) in help_print()
H A Dwwgets.c40 static void rub(int, struct ww *);
43 wwgets(char *buf, int n, struct ww *w) in wwgets()
97 rub(int c, struct ww *w) in rub()
H A Dwwadd.c42 wwadd(struct ww *w1, struct ww *w2) in wwadd()
45 struct ww *w; in wwadd()
H A Dwwframe.c43 wwframe(struct ww *w, struct ww *wframe) in wwframe()
49 struct ww *w1; in wwframe()
189 wwframec(struct ww *f, int r, int c, char code) in wwframec()
200 struct ww *w; in wwframec()
H A Dcmd5.c45 c_move(struct ww *w) in c_move()
89 movewin(struct ww *w, int row, int col) in movewin()
91 struct ww *back = w->ww_back; in movewin()
H A Dwwprintf.c39 wwprintf(struct ww *w, const char *fmt, ...) in wwprintf()
49 wwvprintf(struct ww *w, const char *fmt, va_list ap) in wwvprintf()
H A Dwwdelete.c42 wwdelete(struct ww *w) in wwdelete()
63 struct ww *wp; in wwdelete()
79 wwdelete1(struct ww *w, int t, int b, int l, int r) in wwdelete1()
H A Dcmd6.c49 struct ww *w; in c_debug()
89 struct ww *w; in debug_str()
H A Dcmd7.c50 c_size(struct ww *w) in c_size()
102 struct ww *w = selwin; in c_yank()
178 struct ww *w = selwin; in yank_highlight()
202 struct ww *w = selwin; in yank_highlight_line()
H A Dwwopen.c43 struct ww *
46 struct ww *w; in wwopen()
51 w = (struct ww *)calloc(1, sizeof (struct ww)); in wwopen()
H A Dlcmd.h83 struct ww *vtowin(struct value *, struct ww *);
H A Dwwlabel.c45 wwlabel(struct ww *w, struct ww *f, int where, char *l, int mode) in wwlabel()
H A Dwwcursor.c39 wwcursor(struct ww *w, int on) in wwcursor()
73 struct ww *w; in wwsetcursormodes()
H A Dwwdump.c44 wwdumpwin(struct ww *w) in wwdumpwin()
58 wwdumpnvis(struct ww *w) in wwdumpnvis()
/dragonfly/sys/dev/drm/
H A Dlinux_wwmutex.c63 ww->ctx = NULL; in ww_mutex_init()
65 ww->blocked = 0; in ww_mutex_init()
71 lockuninit(&ww->base); in ww_mutex_destroy()
117 ww->ctx = ctx; in __wwlock()
118 ww->stamp = ctx->stamp; in __wwlock()
140 if (ctx->stamp > ww->stamp) in __wwlock()
166 return __wwlock(ww, ctx, 0, 0); in ww_mutex_lock()
172 return __wwlock(ww, ctx, 1, 0); in ww_mutex_lock_slow()
193 ctx = ww->ctx; in ww_mutex_unlock()
197 ww->ctx = NULL; in ww_mutex_unlock()
[all …]
/dragonfly/sys/dev/drm/include/linux/
H A Dww_mutex.h78 extern void ww_mutex_init(struct ww_mutex *ww, struct ww_class *ww_class);
79 extern int ww_mutex_lock(struct ww_mutex *ww, struct ww_acquire_ctx *ctx);
80 extern int ww_mutex_lock_slow(struct ww_mutex *ww, struct ww_acquire_ctx *ctx);
81 extern int ww_mutex_lock_interruptible(struct ww_mutex *ww,
83 extern int ww_mutex_lock_slow_interruptible(struct ww_mutex *ww,
85 extern void ww_mutex_unlock(struct ww_mutex *ww);
86 extern void ww_mutex_destroy(struct ww_mutex *ww);
92 ww_mutex_is_locked(struct ww_mutex *ww) in ww_mutex_is_locked() argument
94 return (lockstatus(&ww->base, NULL) != 0); in ww_mutex_is_locked()
103 ww_mutex_trylock(struct ww_mutex *ww) in ww_mutex_trylock() argument
[all …]
/dragonfly/contrib/mpc/src/
H A Dlog10.c97 mpc_t ww; in mpc_log10() local
170 ww->re[0] = *mpc_realref (op); in mpc_log10()
171 MPFR_CHANGE_SIGN (ww->re); in mpc_log10()
172 ww->im[0] = *mpc_imagref (op); in mpc_log10()
173 if (mpfr_cmp_ui (ww->re, 1) == 0) in mpc_log10()
176 inex_re = mpc_log10_aux (rop, ww, rnd, 0, 1); in mpc_log10()
213 mpc_init2 (ww, prec); in mpc_log10()
220 mpc_set_prec (ww, prec); in mpc_log10()
222 mpc_log (ww, op, MPC_RNDNN); in mpc_log10()
225 mpc_div_fr (ww, ww, w, MPC_RNDNN); in mpc_log10()
[all …]
/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_powl.c521 long double ww, y; in powil() local
600 ww = x; in powil()
604 ww = ww * ww; /* arg to the 2-to-the-kth power */ in powil()
606 y *= ww; in powil()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlibgcc2.c358 ww.s.high -= uu.s.low; in __mulvDI3()
359 if (__builtin_expect (ww.s.high < 0, 1)) in __mulvDI3()
360 return ww.ll; in __mulvDI3()
373 ww.s.high -= vv.s.low; in __mulvDI3()
374 if (__builtin_expect (ww.s.high < 0, 1)) in __mulvDI3()
375 return ww.ll; in __mulvDI3()
385 ww.s.high -= uu.s.low; in __mulvDI3()
386 ww.s.high -= vv.s.low; in __mulvDI3()
388 return ww.ll; in __mulvDI3()
1112 const DWunion ww = {{.low = q0, .high = q1}}; in __udivmoddi4() local
[all …]

123