Searched refs:win (Results 201 - 225 of 359) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dsession.c102 WINDOW *win, *largest = NULL; local
105 for (win = windows; win; win = win->next)
106 if (win->height > max_height)
108 max_height = win->height;
109 largest = win;
425 WINDOW *win; local
427 for (win
1438 register WINDOW *win, *last = NULL; local
1602 WINDOW *win; local
[all...]
/netbsd-current/usr.bin/script/
H A Dscript.c107 struct winsize win; local
167 ioctl(STDIN_FILENO, TIOCGWINSZ, &win) == -1) {
173 if (openpty(&master, &slave, NULL, &tt, &win) == -1)
/netbsd-current/external/bsd/unbound/dist/validator/
H A Dval_nsec.c68 uint8_t win, winlen; local
74 win = *bitmap++;
79 if(win == type_window) {
/netbsd-current/games/trek/
H A Dkill.c88 win();
H A Dtrek.h517 /* win.c */
518 void win(void) __dead;
/netbsd-current/usr.bin/sed/
H A Dprocess.c572 * not that big a performance win, anyhow.
595 struct winsize win; local
608 else if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &win) == 0 &&
609 win.ws_col > 0)
610 termwidth = win.ws_col;
/netbsd-current/games/larn/
H A Dscores.c56 long timeused; /* the time used in mobuls to win the
449 winner = 0; /* if he cheated, don't let him win */
595 int f, win; local
640 win = 1;
642 win = 0;
646 newscore(c[GOLD], logname, x, win);
/netbsd-current/bin/sh/
H A Dtrap.c179 struct winsize win; local
181 if (ioctl(1, TIOCGWINSZ, &win) == 0 && win.ws_col > 0)
182 termwidth = win.ws_col;
/netbsd-current/usr.sbin/installboot/
H A Dinstallboot.c557 struct winsize win; local
559 if (ioctl(fileno(stderr), TIOCGWINSZ, &win) == 0 && win.ws_col > 0)
560 wincol = win.ws_col;
/netbsd-current/sys/dev/marvell/
H A Dmvgbereg.h302 #define MVGBE_BARE_EN(win) ((1 << (win)) & MVGBE_BARE_EN_MASK)
308 #define MVGBE_EPAP_EPAR(win, ac) ((ac) << ((win) * 2))
H A Dif_mvxpereg.h304 #define MVXPE_BARE_EN(win) ((1 << (win)) & MVXPE_BARE_EN_MASK)
310 #define MVXPE_EPAP_EPAR(win, ac) ((ac) << ((win) * 2))
/netbsd-current/external/bsd/wpa/dist/src/pae/
H A Dieee802_1x_secy_ops.c68 int secy_cp_control_replay(struct ieee802_1x_kay *kay, Boolean enabled, u32 win) argument
84 return ops->set_replay_protect(ops->ctx, enabled, win);
/netbsd-current/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A DMakefile8 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-orangepi-win.dtb
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-regs.c34 #include "tui/tui-win.h"
387 for (auto &win : m_regs_content)
388 win.visible = false;
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.c199 SDL_Window *win,
246 sdl.UpdateWindowSurfaceRects (win, &rect, 1);
197 SDL_ConvertBlitLineFrom(const Uint8 *src, const SDL_PixelFormat * const format, SDL_Window *win, SDL_Surface *dst, int dsty, int bytes_per_pixel) argument
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2838_pcie.c397 bcmstb_setwin(struct bcmstb_softc *sc, int win, uint64_t pa, uint64_t ca, argument
402 STBWRITE(sc, PCIE_MISC_CPU_2_PCIE_MEM_WIN0_LO(win), pa);
403 STBWRITE(sc, PCIE_MISC_CPU_2_PCIE_MEM_WIN0_HI(win), pa >> 32);
408 STBRMW(sc, PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_LIMIT(win),
417 STBRMW(sc, PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_HI(win),
421 STBRMW(sc, PCIE_MISC_CPU_2_PCIE_MEM_WIN0_LIMIT_HI(win),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c347 reference we could win better. */
1815 int win = 0;
1832 win = (desires & WANT_INT); break;
1834 win = (desires & WANT_ENUM); break;
1836 win = (desires & WANT_FLOAT); break;
1838 win = (desires & WANT_POINTER); break;
1848 win = (desires & WANT_INT); break;
1850 win = (desires & WANT_ENUM); break;
1852 win = (desires & WANT_FLOAT); break;
1862 win
1813 int win = 0; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc347 reference we could win better. */
1834 int win = 0;
1851 win = (desires & WANT_INT); break;
1853 win = (desires & WANT_ENUM); break;
1855 win = (desires & WANT_FLOAT); break;
1857 win = (desires & WANT_POINTER); break;
1867 win = (desires & WANT_INT); break;
1869 win = (desires & WANT_ENUM); break;
1871 win = (desires & WANT_FLOAT); break;
1881 win
1832 int win = 0; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drecog.c1326 GO_IF_LEGITIMATE_ADDRESS (mode, addr, win);
1329 win:
2593 int win = 0;
2618 win = 1;
2684 win = 1;
2709 win = 1;
2726 win = 1;
2729 win = 1;
2745 win = 1;
2749 win
2584 int win = 0; local
[all...]
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dsys-bsd.c654 struct ppp_rawin win; local
655 char buf[4 * sizeof(win.buf) + 1];
659 if (ioctl(ppp_fd, PPPIOCGRAWIN, &win) == -1) {
663 for (i = 0; i < sizeof(win.buf); i++)
664 win.buf[i] = win.buf[i] & 0x7f;
665 strvisx(buf, (char *)win.buf, win.count, VIS_CSTYLE);
666 warn("%s: Last %d characters were: %s", __func__, (int)win.count,
/netbsd-current/sys/netinet/
H A Dtcp_syncache.c882 long win; local
893 win = sbspace(&so->so_rcv);
894 if (win > TCP_MAXWIN)
895 win = TCP_MAXWIN;
996 sc->sc_win = win;
/netbsd-current/usr.bin/msgs/
H A Dmsgs.c457 struct winsize win; local
458 if (ioctl(fileno(stdout), TIOCGWINSZ, &win) != -1)
459 Lpp = win.ws_row;
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/ci/
H A Drun-buildbot97 function generate-cmake-libcxx-win() {
539 generate-cmake-libcxx-win -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF
545 generate-cmake-libcxx-win -DLIBCXX_ENABLE_SHARED=OFF
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.h1388 int win; \
1390 (int)(TYPE), (IND_LEVELS), &win); \
1391 if (win) \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.h1384 int win; \
1386 (int)(TYPE), (IND_LEVELS), &win); \
1387 if (win) \

Completed in 550 milliseconds

1234567891011>>