Searched refs:NO (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | TABLE.mk | 107 * [no|NO]op1[=value] 108 * [no|NO]op2[=value] { 115 * if options then op names matching NO* are placed in NOname[name]=value 146 else if P == "NO*" 148 no = NO 178 else if P == "NO*" 180 NO$(T) += $(P) 204 else if P == "NO*" 206 NO$(T) += $(P) 221 else if P == "NO*" [all...] |
H A D | SYSTEM.mk | 110 N := $(no$(SS.OPTIONS).$(SS:D:C,/,.,G)) $(NO$(SS.OPTIONS).$(SS:D:C,/,.,G)) 113 N := $(no$(SS.OPTIONS)) $(NO$(SS.OPTIONS)) 116 if "$(N:N=$(SS:B))" || "$(Y:N=no$(SS:B))" || "$(Y:N=NO$(SS:B))" 120 N := $(no$(SS.OPTIONS).$(SS:C,/,.,G)) $(NO$(SS.OPTIONS).$(SS:C,/,.,G))
|
H A D | ppcc.sh | 68 NO*|no*)value=
|
H A D | Makerules.mk | 579 if ! .NO.LIB.TYPE && "$(-lib-type)" 599 .NO.LIB.TYPE = 0 613 if ! .NO.LIB.TYPE 1924 .NO.INSTALL. = 1 2183 X := $(.NO.INSTALL.) 2184 .NO.INSTALL. := 1 2191 .NO.INSTALL. := $(X) 2202 if I && ! "$(.NO.INSTALL.)" 2289 if ! "$(.NO.INSTALL.)" 2459 if ! "$(.INSTALL.$(S))" && ! "$(.NO [all...] |
/ast/src/cmd/ie/ |
H A D | edit.h | 118 #define NO 0 macro
|
H A D | edit.c | 589 editb.e_crlf = (*last?YES:NO); 635 editb.e_crlf = NO;
|
H A D | emacs.c | 137 #define NO 0 macro 1373 if ((cr_ok == NO) || (2*(new+plen)>(old+plen)))
|
H A D | vi.c | 1052 if( crallowed==NO
|
Completed in 35 milliseconds