Searched refs:but (Results 1 - 25 of 166) sorted by relevance

1234567

/freebsd-10.3-release/contrib/ncurses/include/
H A DMKparametrized.sh43 * A value of 0 in the table means do pad but not % translations.
/freebsd-10.3-release/sys/dev/mse/
H A Dmsevar.h65 int *dx, int *dy, int *but);
118 int *dy, int *but);
H A Dmse_isa.c46 * Caveats: The driver currently uses spltty(), but doesn't use any
48 * bus mouse interrupt, but that would require hacking in i386/isa/icu.s.
162 int *dx, int *dy, int *but);
181 int *dx, int *dy, int *but);
319 int dx, dy, but; local
322 mse_getlogi(tag, handle, &dx, &dy, &but);
340 int *but)
346 *but = (x >> 5) & MOUSE_MSC_BUTTONS;
405 int *but)
412 *but
339 mse_getlogi(bus_space_tag_t tag, bus_space_handle_t handle, int *dx, int *dy, int *but) argument
404 mse_getati(bus_space_tag_t tag, bus_space_handle_t handle, int *dx, int *dy, int *but) argument
[all...]
H A Dmse.c46 * Caveats: The driver currently uses spltty(), but doesn't use any
48 * bus mouse interrupt, but that would require hacking in i386/isa/icu.s.
204 * mseread: return mouse info using the MSC serial protocol, but without
206 * (Yes this is cheesy, but it makes the X386 server happy, so...)
218 s = spltty(); /* XXX Should be its own spl, but where is imlXX() */
237 * For some reason X386 expects 5 bytes but never uses
450 int dx, dy, but; local
461 (*sc->sc_getmouse)(sc->sc_iot, sc->sc_ioh, &dx, &dy, &but); local
478 sc->sc_buttons = but;
480 but
[all...]
H A Dmse_cbus.c46 * Caveats: The driver currently uses spltty(), but doesn't use any
48 * bus mouse interrupt, but that would require hacking in i386/isa/icu.s.
141 int *dx, int *dy, int *but);
298 int *but)
320 *but = (bus_space_read_1(tag, handle, MSE_PORTA) >> 5) & 7;
297 mse_get98m(bus_space_tag_t tag, bus_space_handle_t handle, int *dx, int *dy, int *but) argument
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh47 * We can potentially read parts of our cred, but we can't dereference
H A Dtst.procpriv.ksh29 # When we have dtrace_proc (but lack dtrace_kernel), we expect to be able to
82 * be able to read pr_pgid -- but we won't if not.
117 * with only dtrace_proc, it will be readable in the global but not readable in
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Dexport-env.mk13 # gmake style export goes further; affects nothing but the environment
H A Dmodmisc.mk6 # but not all target systems - an exists() check is below.
H A Dposix1.mk19 # are retained, but a single leading tab (if any) from the next line is
113 # but such a thing is not POSIX compatible. It's also somewhat useless
162 # we shouldn't be expanding them here but who cares. At least we get
/freebsd-10.3-release/share/mk/
H A Dbsd.compiler.mk6 # automatic detection. Other compiler types can be shoe-horned in, but require
22 # This file may be included multiple times, but only has effect the first time.
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_check218 print "\tExpected $err_prefix but found $2\n";
/freebsd-10.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c92 * be the rule, but there are people who are offended by the notion that
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Ddarwin-vecsave.asm18 * This file is distributed in the hope that it will be useful, but
104 /* saveVEC_vr11 -- as saveVEC but VRsave is returned in R11. */
135 /* As restVec, but the original VRsave value passed in R10. */
/freebsd-10.3-release/contrib/bmake/mk/
H A Dwarnings.mk83 # but tiggers a double free bug in bmake-20040118 and earlier.
106 # this should be a super-set of the -Wno-* in _warnings, but
113 # Just ${WARNINGS} should do, but this is more flexible?
H A Dmeta.autodep.mk45 # no means update .depend but not Makefile.depend*
99 # but do not want to consider them for dependencies
140 # we use ${.MAKE.META.CREATED} to trigger an update but
193 # anything which matches ${_OBJROOT}* but not ${_OBJTOP}*
215 .error NEED_GENDIRDEPS_MUTEX defined, but GENDIRDEPS_MUTEXER not set
222 # but we need to behave as if we did.
H A Dman.mk11 # 3. install formatted pages but with extension of .0
34 # this is triggered by the setting of EXTRACT_MAN or MAN being set but
H A Dmanifest.mk40 # but we can use
44 # the above is a little overkill but means we can easily adapt to
H A Dautoconf.mk44 # and is extremely convoluted - but all utterly necessary!
H A Ddpadd.mk103 # 99% of the time the two are the same, but the DPADD logic
119 # This is a no-brainer but just to be complete...
153 # eliminate any duplicates - but don't mess with the order
184 # SRC_LIBS, but the Makefile cannot do
H A Dyacc.mk45 # If for any reason the .c is lost but the .h remains,
/freebsd-10.3-release/contrib/apr/misc/unix/
H A Drandbyte_os2.inc38 * Not highly random but every bit helps....
57 /* Similar in concept to randbyte_hrtimer() but accesses the CPU's internal
/freebsd-10.3-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc279 // isn't entirely obvious. We can use the curses routine 'has_colors' but it
/freebsd-10.3-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc147 // We need to add a backslash, but ensure that it isn't escaped.
453 // Account for the trailing space for every arg but the last one and the
/freebsd-10.3-release/contrib/ntp/
H A DMakefile.am106 configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
145 echo "but this machine is a $(CVO)"; \
156 echo "Built on `cat .buildhost` but this is $(BHOST)"; \

Completed in 146 milliseconds

1234567