Searched refs:ALWAYS (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-no-action-runflags.mk16 ALWAYS.no= # none
17 ALWAYS.yes= +
27 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
H A Dopt-jobs-no-action.mk75 ALWAYS.no= # none
76 ALWAYS.yes= +
93 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
H A Dsh-flags.mk86 ALWAYS.yes= +
119 RUNFLAGS.${target}= ${SILENT.${cmd-silent}}${ALWAYS.${cmd-always}}${IGNERR.${cmd-ignerr}}
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DXRayLists.cpp46 return ImbueAttribute::ALWAYS;
62 return ImbueAttribute::ALWAYS;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DXRayLists.h43 ALWAYS, member in class:clang::XRayFunctionFilter::ImbueAttribute
/netbsd-current/usr.bin/menuc/
H A Dscan.l117 always { return ALWAYS; }
H A Dparse.y57 MENUS SCROLLABLE SHORTCUT CLEAR MESSAGES ALWAYS SCROLL
150 | NO ALWAYS SCROLL { cur_menu->info->mopt &= ~MC_ALWAYS_SCROLL; }
151 | ALWAYS SCROLL { cur_menu->info->mopt |= MC_ALWAYS_SCROLL; }
/netbsd-current/external/bsd/wpa/dist/src/pae/
H A Dieee802_1x_kay_i.h98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; enumerator in enum:ieee802_1x_mka_participant::activate_ctrl
H A Dieee802_1x_kay.c4025 case ALWAYS:
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_peap.c70 enum { NO_AUTH, FOR_INITIAL, ALWAYS } phase2_auth; enumerator in enum:eap_peap_data::__anon3
127 data->phase2_auth = ALWAYS;
475 if ((data->phase2_auth == ALWAYS ||
1204 data->phase2_success && data->phase2_auth != ALWAYS;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_ctxnv40.c610 cp_bra (ctx, ALWAYS, TRUE, cp_exit);
626 cp_bra (ctx, ALWAYS, TRUE, cp_swap_state);
H A Dnouveau_nvkm_engine_gr_ctxnv50.c193 cp_bra (ctx, ALWAYS, TRUE, cp_prepare_exit);
208 cp_bra (ctx, ALWAYS, TRUE, cp_swap_state);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14223 ** Disable ALWAYS() and NEVER() (make them pass-throughs) for coverage
14231 ** The ALWAYS and NEVER macros surround boolean expressions which
14239 ** In other words, ALWAYS and NEVER are added for defensive code.
14241 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
14246 # define ALWAYS(X) (1) macro
14249 # define ALWAYS(X) ((X)?1:(assert(0),0)) macro
14252 # define ALWAYS(X) (X) macro
16992 ** -DSQLITE_DEBUG then an ALWAYS() will fail in the vdbeTakeBranch()
18197 #define COLFLAG_VIRTUAL 0x0020 /* GENERATED ALWAYS AS ... VIRTUAL */
18198 #define COLFLAG_STORED 0x0040 /* GENERATED ALWAYS A
184321 # define ALWAYS macro
184324 # define ALWAYS macro
184327 # define ALWAYS macro
208605 # define ALWAYS macro
208608 # define ALWAYS macro
208611 # define ALWAYS macro
230184 # define ALWAYS macro
230187 # define ALWAYS macro
230190 # define ALWAYS macro
[all...]
H A Dshell.c9362 # define ALWAYS(X) (1) macro
9365 # define ALWAYS(X) ((X)?1:(assert(0),0))
9368 # define ALWAYS(X) (X)
9625 while( ALWAYS(zIn[iIn]) ){
11860 # define ALWAYS(X) (1) macro
11863 # define ALWAYS(X) ((X)?1:(assert(0),0)) macro
11866 # define ALWAYS(X) (X) macro
12609 }else if( ALWAYS(pNew!=0) ){
12611 if( ALWAYS(pNew->zName!=0) ) memcpy(pNew->zName, zTab, nTab+1);
16470 ** CREATE TABLE name(a, b GENERATED ALWAYS A
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c901 fputs (" ALWAYS-EXPLICIT", dumpfile);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc926 fputs (" ALWAYS-EXPLICIT", dumpfile);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2631 case ImbueAttr::ALWAYS:
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfpsp.s10257 # t_unfl2 ALWAYS tells unf_sub to create a positive result
10336 # t_ovfl2 ALWAYS tells ovf_res to create a positive result

Completed in 596 milliseconds