Searched refs:wl (Results 51 - 75 of 193) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/games/dab/
H A Dplayer.h60 void wl(size_t sc);
H A Dmain.cc82 p[0]->wl(p[1]->getScore());
83 p[1]->wl(p[0]->getScore());
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-dw2-3.d1 #readelf: -wl
H A Drd-dw2-4.d1 #readelf: -wl
H A Drd-dw2-5.d1 #readelf: -wl
H A Drd-dw2-7.d1 #readelf: -wl
H A Drd-dw2-8.d1 #readelf: -wl
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/lns/
H A Dlns-big-delta.d2 #readelf: -wl
H A Dlns-common-1-alt.d2 #readelf: -wl
H A Dlns-common-1.d1 #readelf: -wl
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-find-window.c55 struct winlink *wl, *wm; local
69 if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
123 if (window_pane_set_mode(wl->window->active, &window_choose_mode) != 0)
132 window_choose_add(wl->window->active,
142 window_choose_ready(wl->window->active,
H A Dstatus.c128 struct winlink *wl; local
131 RB_FOREACH(wl, winlinks, &s->windows) {
132 if (x < wl->status_width &&
133 session_select(s, wl->idx) == 0) {
136 x -= wl->status_width + 1;
146 struct winlink *wl; local
209 RB_FOREACH(wl, winlinks, &s->windows) {
210 if (wl->status_text != NULL)
211 xfree(wl->status_text);
212 memcpy(&wl
368 status_replace1(struct client *c, struct session *s, struct winlink *wl, struct window_pane *wp, char **iptr, char **optr, char *out, size_t outsize, int jobsflag) argument
485 status_replace(struct client *c, struct session *s, struct winlink *wl, struct window_pane *wp, const char *fmt, time_t t, int jobsflag) argument
650 status_print( struct client *c, struct winlink *wl, time_t t, struct grid_cell *gc) argument
[all...]
H A Dcmd-rotate-window.c52 struct winlink *wl; local
58 if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
60 w = wl->window;
H A Dcmd-server-info.c52 struct winlink *wl; local
109 RB_FOREACH(wl, winlinks, &s->windows) {
110 w = wl->window;
112 "references=%u, last layout=%d]", wl->idx, w->name,
H A Dcmd-set-option.c123 struct winlink *wl; local
158 wl = cmd_find_window(ctx, args_get(args, 't'), NULL);
159 if (wl == NULL)
161 oo = &wl->window->options;
H A Dserver-fn.c249 struct winlink *wl; local
258 while ((wl = winlink_find_by_window(&s->windows, w)) != NULL) {
259 if (session_detach(s, wl)) {
321 server_unlink_window(struct session *s, struct winlink *wl) argument
323 if (session_detach(s, wl))
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dwapbl.h170 void wapbl_jlock_assert(struct wapbl *wl);
171 void wapbl_junlock_assert(struct wapbl *wl);
173 void wapbl_print(struct wapbl *wl, int full, void (*pr)(const char *, ...)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/elf/
H A Ddwarf2-3.d1 #readelf: -wl
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dwinduni.c544 static wind_language_t wl;
546 wl.id = id;
547 wl.doscp = codepage_from_langid ((unsigned short) id);
548 wl.wincp = wincodepage_from_langid ((unsigned short) id);
549 wl.name = lang_from_langid ((unsigned short) id);
550 wl.country = country_from_langid ((unsigned short) id);
552 return & wl;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Ddebug1.d2 #readelf: -wl
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips16-dwarf2-n32.d1 #readelf: -r -wl
H A Dmips16-dwarf2.d1 #readelf: -r -wl
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/sparc/
H A Dultrasp6.c137 float wl; local
146 linadd(hbetab,wl,chLab,'i' );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dultrasp6.c136 float wl; local
145 linadd(hbetab,wl,chLab,'i' );
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.c365 int l, wl; local
368 wl = (int)wcslen(w);
369 l = wl * 4 + 4;
379 l = WideCharToMultiByte(CP_ACP, 0, w, wl, p, l, NULL, &useDefaultChar);

Completed in 390 milliseconds

12345678