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

/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Dscan.l117 always { return ALWAYS; }
H A Dparse.y60 SCROLLABLE SHORTCUT CLEAR MESSAGES ALWAYS SCROLL
149 | NO ALWAYS SCROLL { cur_menu->info->mopt &= ~MC_ALWAYS_SCROLL; }
150 | ALWAYS SCROLL { cur_menu->info->mopt |= MC_ALWAYS_SCROLL; }
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c503 ** The ALWAYS and NEVER macros surround boolean expressions which
511 ** In other words, ALWAYS and NEVER are added for defensive code.
513 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
518 # define ALWAYS(X) (1) macro
521 # define ALWAYS(X) ((X)?1:(assert(0),0)) macro
524 # define ALWAYS(X) (X) macro
13425 if( ALWAYS(pSchema!=0) ){
16943 while( ALWAYS(iLogsize<LOGMAX) ){
21177 for(i=1, j=0; ALWAYS(z[i]); i++){
21956 }while( v!=0 && ALWAYS(
116255 # define ALWAYS macro
116258 # define ALWAYS macro
[all...]
/netbsd-6-1-5-RELEASE/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 511 milliseconds