Searched defs:static (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libast/common/cdt/ |
H A D | dtlist.c | 30 static Void_t* dtlist(reg Dt_t* dt, reg Void_t* obj, reg int type) 32 static Void_t* dtlist(dt, obj, type) 184 #define static macro 186 static Dtmethod_t _Dtlist = { dtlist, DT_LIST }; 187 static Dtmethod_t _Dtstack = { dtlist, DT_STACK }; 188 static Dtmethod_t _Dtqueue = { dtlist, DT_QUEUE };
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | MM_MacOS.pm | 671 =item static (o) 673 Defines the static target. 677 sub static { subroutine 683 all :: static
|
H A D | MM_Unix.pm | 17 $Verbose %pm %static 1005 ") unless $self->{SKIPHASH}{'dynamic'}; # dynamic and static are subs, so... 1008 static :: $self->{BASEEXT}.exp 1010 ") unless $self->{SKIPHASH}{'static'}; # we avoid a warning if we tick them 1124 # Use nothing on static perl platforms, and to the flags needed 1937 # 'static', since we either must use it (%Config says we can't 1941 ? 'static' 1942 : ($Config{usedl} ? 'dynamic' : 'static'); 2656 # LINKTYPE => static or dynamic or '' 2704 static ne 3666 sub static { subroutine [all...] |
Completed in 26 milliseconds