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

123456789

/freebsd-11-stable/contrib/ncurses/include/
H A DMKparametrized.sh43 * A value of 0 in the table means do pad but not % translations.
/freebsd-11-stable/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-11-stable/sys/dev/mse/
H A Dmsevar.h61 int *but);
119 void (*m_get)(struct resource *port, int *dx, 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.
160 int *but);
178 int *but);
290 int dx, dy, but; local
293 mse_getlogi(port, &dx, &dy, &but);
310 mse_getlogi(struct resource *port, int *dx, int *dy, int *but) argument
316 *but = (x >> 5) & MOUSE_MSC_BUTTONS;
374 mse_getati(struct resource *port, int *dx, int *dy, int *but) argument
381 *but
[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.
241 * mseread: return mouse info using the MSC serial protocol, but without
243 * (Yes this is cheesy, but it makes the X386 server happy, so...)
285 * For some reason X386 expects 5 bytes but never uses
518 int dx, dy, but; local
529 (*sc->sc_getmouse)(sc->sc_port, &dx, &dy, &but); local
546 sc->sc_buttons = but;
548 but = butmap[~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.
140 int *dx, int *dy, int *but);
271 mse_get98m(struct resource *port, int *dx, int *dy, int *but) argument
293 *but = (bus_read_1(port, MSE_PORTA) >> 5) & 7;
/freebsd-11-stable/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-11-stable/share/mk/
H A Dlocal.sys.env.mk36 # but not at the end - since make will expand both at the same time.
39 # this will produce the same output but as of when date(1) is run.
H A Dlocal.sys.mk53 # re-running needlessly but only when using filemon.
77 # some targets need to be .PHONY - but not in meta mode
H A Dmeta.autodep.mk46 # no means update .depend but not Makefile.depend*
115 # but do not want to consider them for dependencies
156 # we use ${.MAKE.META.CREATED} to trigger an update but
209 # anything which matches ${_OBJROOT}* but not ${_OBJTOP}*
231 .error NEED_GENDIRDEPS_MUTEX defined, but GENDIRDEPS_MUTEXER not set
238 # but we need to behave as if we did.
H A Dbsd.opts.mk10 # are applicable for that Makefile (typically there are none, but sometimes there
96 .warning "NO_${var} is defined, but deprecated. Please use MK_${var}=no instead."
/freebsd-11-stable/sys/dev/cyapa/
H A Dcyapa.c636 uint16_t but; local
670 but = sc->track_but;
676 sc->reported_but = but;
697 if (but & CYAPA_FNGR_LEFT)
699 if (but & CYAPA_FNGR_MIDDLE)
701 if (but & CYAPA_FNGR_RIGHT)
1273 uint16_t but; /* high bits used for simulated but4/but5 */ local
1487 but = sc->track_but;
1490 but = CYAPA_FNGR_LEFT;
1492 but
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c115 * be the rule, but there are people who are offended by the notion that
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DAndroid.mk12 # The new icu location (external/icu) exports its own headers, but
19 # build (e.g., "mm -B" failed to build, but following that with "mm" allowed
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha256-armv4.S33 @ S4 does it in 12.5 cycles too, but it's 50% faster than integer-only
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc110 // across invocations, but the complication of doing that properly...
139 // symbols from ucrt.dll first, but iterating NOT in reverse here would
151 // Stack probing routines are in the support library (e.g. libgcc), but we don't
159 // These functions are not exported by the DLL, but will still be needed
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c956 /* Check that DST does not exist, but its parent does */
987 NULL, _("Path '%s' exists, but is excluded"),
1310 _("Path '%s' already exists, but is not a "
1351 _("Path '%s' already exists, but is not a directory"),
1525 authorized to access all that stuff, but could cause the
1548 are at least as deep as TOP_URL, but we need to make sure
2018 lock, but what happens if the working copy changes during the copy
3172 /* If we are doing a wc->* copy, but with an operational revision
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk90 # but tiggers a double free bug in bmake-20040118 and earlier.
113 # this should be a super-set of the -Wno-* in _warnings, but
120 # Just ${WARNINGS} should do, but this is more flexible?
H A Dmeta.autodep.mk45 # no means update .depend but not Makefile.depend*
114 # but do not want to consider them for dependencies
155 # we use ${.MAKE.META.CREATED} to trigger an update but
208 # anything which matches ${_OBJROOT}* but not ${_OBJTOP}*
230 .error NEED_GENDIRDEPS_MUTEX defined, but GENDIRDEPS_MUTEXER not set
237 # 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
/freebsd-11-stable/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. */

Completed in 156 milliseconds

123456789