Searched defs:OPT (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | options.h | 35 #define OPT(o) (o&((1<<9)-1)) /* get opt char from code */ macro
|
H A D | option.c | 361 sfsprintf(buf, sizeof(buf), "+%d", OPT(op->flags)); 365 buf[1] = OPT(op->flags); 389 switch (OPT(options[i].flags)) 391 case OPT(OPT_debug): 416 sfsprintf(buf, sizeof(buf), "+%d", OPT(flag)); 420 buf[1] = OPT(flag); 493 sfputc(internal.tmp, OPT(op->flags)); 533 sfputc(opt.usage, OPT(op->flags)); 757 if (OPT(op->flags) != OPT(OPT_optio 848 case OPT(OPT_global): function 873 case OPT(OPT_define): function 883 case OPT(OPT_preprocess): function 891 case OPT(OPT_errorid): function 914 case OPT(OPT_mam): function 1243 case OPT(OPT_regress): function 1267 case OPT(OPT_silent): function [all...] |
H A D | Makerules.mk | 1348 .DO.INSTALL.OPT. = $(~:N=user=*:@C,.*,\&\& { $(CHOWN) & $(<) || true ;},:@C, user=, ,G) \ 1374 $(-link:+$$(<:B:$$(<:A=.COMMAND:Y@@S@):N=$$(-link):+$$$(LN) $$$(_feature_:N=ln|ln-s:O=2:Y%-s $$$(*:O=1:D=$$$(<:D:P=R=$$$(*:O=1:D)):B:S)%$$$(*:O=1)%) $$$(<) || ))$(IGNORE) $(CP) $(*:O=1) $(<) $(.DO.INSTALL.OPT.) 1381 then $(MKDIR) -p $(<)$(.DO.INSTALL.OPT.) 1845 local DIR OPT 1850 if ! ( OPT = "$(>:N=-*)" ) 1851 OPT := $(CC.OPTIMIZE) macro 1854 OPT += $(CC.DLLBIG) 1856 OPT += $(CC.DLL) 1858 DIR := cc$(OPT:/,/~/G:/ /,/G) 5218 test '' = '$(*)' || $(STDCMP) $(CMPFLAGS) $(*) $(<) || { $(STDMV) $(<) $(<).old 2>/dev/null || true; $(STDCP) $(*) $(<) $(.DO.INSTALL.OPT [all...] |
Completed in 31 milliseconds