Searched refs:VAL (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/ |
H A D | flush.t | 11 sub VAL { $V } subroutine 13 memoize 'VAL'; 16 my $c1 = VAL(); 20 $c1 = VAL(); 23 flush_cache('VAL'); 24 $c1 = VAL(); 28 $c1 = VAL(); 31 flush_cache(\&VAL); 32 $c1 = VAL(); 36 $c1 = VAL(); [all...] |
/osnet-11/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 28 #define VAL(sig,mode) ((sig+1)|((mode)<<SH_SIGBITS)) macro 45 "ABRT", VAL(SIGABRT,SH_SIGDONE), S("Abort"), 48 "AIO", VAL(SIGAIO,SH_SIGIGNORE), S("Asynchronous I/O"), 51 "ALRM", VAL(SIGALRM,SH_SIGDONE), S("Alarm call"), 54 "ALRM1", VAL(SIGALRM1,SH_SIGDONE), S("Scheduling - reserved"), 57 "APOLLO", VAL(SIGAPOLLO,0), S("SIGAPOLLO"), 60 "BUS", VAL(SIGBUS,SH_SIGDONE), S("Bus error"), 63 "CANCEL", VAL(SIGCANCEL,SH_SIGIGNORE), S("Thread cancellation"), 66 "CHLD", VAL(SIGCHLD,SH_SIGFAULT), S("Death of Child"), 69 "CLD", VAL(SIGCL [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | accessor.c | 46 #define S(FIELD, VAL) .FIELD = VAL 52 #define S(FIELD, VAL) internals_temp.FIELD = VAL 62 #define SC(FIELD, VAL) S(FIELD, VAL) 64 #define SC(FIELD, VAL) S(FIELD, 0) 77 #define SC(FIELD, VAL) S(FIELD, VAL) 79 #define SC(FIELD, VAL) [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | UNIVERSAL.pm | 48 =item C<isa( VAL, TYPE )> 66 =item C<VAL> 92 C<isa> returns I<true> in the same cases as above and also if C<VAL> is an 100 =item C<can( VAL, METHOD )> 105 C<VAL>. 119 When used as a function, if C<VAL> is a blessed reference or package name which 121 If C<VAL> is not a blessed reference, or if it does not have a method
|
/osnet-11/usr/src/lib/libsqlite/test/ |
H A D | tester.tcl | 243 while {[sqlite_step $vm N VAL COL]=="SQLITE_ROW"} { 244 foreach v $VAL {lappend r $v}
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Socket.pm | 438 =item sockopt(OPT [, VAL]) 448 =item timeout([VAL])
|
Completed in 38 milliseconds