Searched defs:GLOBAL (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libpp/
H A Dppproto.c170 #undef GLOBAL macro
171 #define GLOBAL (MORE) macro
703 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE))
833 lex(proto, (flags & GLOBAL) | RECURSIVE);
1053 if (lex(proto, (flags & GLOBAL) | RECURSIVE) == '*')
1568 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1630 lex(proto, (flags & GLOBAL) | DECLARE);
1878 switch (lex(proto, (flags & GLOBAL) | RECURSIVE))
1916 switch (lex(proto, (flags & GLOBAL) | RECURSIV
[all...]
/ast/src/cmd/nmake/
H A DMakerules.mk1385 if ! "$(<<:A=.GLOBAL)" && ! "$(<<:P=L)"
2890 .PACKAGE.GLOBAL. =
2897 if ! .PACKAGE.GLOBAL.
2898 .PACKAGE.GLOBAL. := $(PATH:/:/ /G:D:N!=$(USRDIRS:/:/|/G)|/usr/*([!/])) $(INSTALLROOT:T=F:P=L=*) $(CC.STDLIB:D:N!=$(USRDIRS:/:/|/G)|/usr/*([!/])) $(PATH:/:/ /G:D) $(OPTDIRS:/:/ /G)
2899 .PACKAGE.GLOBAL. := $(.PACKAGE.GLOBAL.:N!=$(PACKAGE_IGNORE):T=F:U)
2900 .PACKAGE.CONFIG. := $(.PACKAGE.GLOBAL.:X=$(.PACKAGE.CONFIG.):T=F:U)
3009 T4 := $(PACKAGE_PATH:/:/ /G) $(.PACKAGE.DIRS.) $(.PACKAGE.GLOBAL.) $(.PACKAGE.GLOBAL.:/:/ /G:C%$%/$(P)%)
3011 T4 += $(.PACKAGE.GLOBAL
[all...]

Completed in 55 milliseconds