/src/games/adventure/ |
extern.h | 75 int forced(int);
|
subr.c | 127 forced(int locc) function in typeref:typename:int 157 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) { 167 if (loc == 0 || forced(loc) || bitset(newloc, 3)) 201 || newloc == dloc[i] || forced(newloc) 389 if (forced(k = oldloc)) 407 if (forced(ll) && k == j->tloc)
|
main.c | 110 if (!forced(loc) && dark()) { 124 if (forced(loc))
|
/src/usr.bin/make/unit-tests/ |
posix1.mk | 141 # forced a dependency on member even when no such dependency was specified 167 # was a bug which forced dependencies based on inference rules on all 178 # as a bait for a regression into the forced dependencies discussed earlier.
|
parse.mk | 39 # On FreeBSD x86_64, a crash could in some cases be forced using the following
|
/src/share/mk/ |
bsd.hostprog.mk | 162 # Override YACC/LEX rules so nbtool_config.h can be forced as the 1st include
|
bsd.own.mk | 1099 # Supported NO* options (if defined, MK* will be forced to "no", 1665 # USE_* options which default to "no" and will be forced to "no" if their
|
/src/sys/arch/arm/sunxi/ |
sunxi_hdmi.c | 686 const char *forced = sc->sc_display_mode == DISPLAY_MODE_AUTO ? local in function:sunxi_hdmi_read_edid 687 "auto-detected" : "forced"; 689 display_mode == DISPLAY_MODE_HDMI ? "HDMI" : "DVI", forced);
|
/src/sys/arch/hp300/hp300/ |
locore.s | 483 jmp Lenab1:l | forced not be pc-relative 491 jmp Lenab1:l | forced not be pc-relative 495 jmp Lenab1:l | forced not be pc-relative
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_core.c | 554 * Returns true if the mode was forced. 3241 * Returns true if the mode was forced. 3263 bool forced; local in function:dwc2_get_host_hwparams 3268 forced = dwc2_force_mode_if_needed(hsotg, true); 3275 if (forced) 3292 bool forced; local in function:dwc2_get_dev_hwparams 3298 forced = dwc2_force_mode_if_needed(hsotg, false); 3303 if (forced) 3354 * be forced, if necessary, to read these values.
|
/src/sys/arch/m68k/060sp/dist/ |
pfpsp.s | 13486 # RZ mode is forced for the scaling operation to insure # 13855 # RZ mode is forced for the scaling operation to insure
|
fpsp.s | 23525 # RZ mode is forced for the scaling operation to insure # 23894 # RZ mode is forced for the scaling operation to insure
|