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

/ast/src/lib/libexpr/
H A Dexparse.y142 %type <integer> static
255 | static {expr.instatic=$1;} DECLARE {expr.declare=$3->type;} dcl_list ';'
441 static : /* empty */ label
/ast/src/cmd/nmake/
H A DMakerules.mk36 set option=';all-static;bp;-;Force the prerequisite libraries of static \b+l\b\aname\a library references to be static.'
51 set option=';local-static;bp;-;Compile and link against static library targets. The default links against shared library targets, but care must be taken to point runtime shared library binding to the current directory when executing command targets in the current directory.'
63 set option=';static-link;bp;-;Compile and link with a preference for static libraries.'
64 set option=';strip-symbols;b;-;Strip link-time static symbols from executables.'
74 set all-static:=1
145 if ! "$(-?static
[all...]

Completed in 14 milliseconds