Searched refs:METHOD (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/lib/libsum/common/ |
H A D | sumlib.c | 174 #undef METHOD /* solaris <sys/localedef.h>! */ macro 175 #define METHOD(x) x##_match,x##_description,x##_options,x##_open,x##_init,x##_block,x##_data,x##_print,x##_done,x##_scale macro 179 METHOD(att), 180 METHOD(ast4), 181 METHOD(bsd), 182 METHOD(crc), 183 METHOD(prng), 185 METHOD(md4), 188 METHOD(md5), 191 METHOD(sha [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perly.h | 3 #define METHOD 258 macro
|
H A D | perl.h | 414 #ifdef METHOD /* Defined by OSF/1 v3.0 by ctype.h */ 415 #undef METHOD macro
|
H A D | toke.c | 755 * int token : PL_next will be this type of bare word (e.g., METHOD,WORD) 778 if (token == METHOD) { 1869 * FUNCMETH (bar->foo(args)) or METHOD (bar->foo args). 1919 return *s == '(' ? FUNCMETH : METHOD; 1942 return *s == '(' ? FUNCMETH : METHOD; 2907 s = force_word(s,METHOD,FALSE,TRUE,FALSE); 4042 PREBLOCK(METHOD);
|
/osnet-11/usr/src/lib/libsecdb/ |
H A D | Makefile | 67 METHOD = $(METHODFILES:%=$(METHODDIR)/%) macro 68 $(METHOD) := FILEMODE = 0555 86 $(METHODDIR) $(METHOD)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | UNIVERSAL.pm | 96 =item C<< $obj->can( METHOD ) >> 98 =item C<< CLASS->can( METHOD ) >> 100 =item C<can( VAL, METHOD )> 102 C<can> checks if the object or class has a method called C<METHOD>. If it does 120 has a method called C<METHOD>, C<can> returns a reference to the subroutine. 122 C<METHOD>, I<undef> is returned.
|
H A D | CGI.pm | 553 METHOD: { label 559 last METHOD; 571 last METHOD; 620 last METHOD; 626 last METHOD; 641 last METHOD; 648 last METHOD; 660 last METHOD; 679 last METHOD; 1943 rearrange([METHOD,ACTIO [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/ |
H A D | B.pm | 409 =item walksymtable(SYMREF, METHOD, RECURSE, PREFIX) 411 Walk the symbol table starting at SYMREF and call METHOD on each 447 =item walkoptree(OP, METHOD) 449 Does a tree-walk of the syntax tree based at OP and calls METHOD on 452 the method C<walkoptree_debug> is called on each op before METHOD is 955 =head2 B::UNOP METHOD 963 =head2 B::BINOP METHOD 971 =head2 B::LOGOP METHOD 979 =head2 B::LISTOP METHOD 1013 =head2 B::SVOP METHOD [all...] |
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 2740 METHOD, /* waiting for method byte */ enumerator in enum:internal_state::__anon9 2779 z->state->mode = z->state->nowrap ? BLOCKS : METHOD; 2870 case METHOD:
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/ |
H A D | Dumper.pm | 895 using the syntax C<bless(DATA, CLASS)-E<gt>METHOD()>. Note that this means that
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Parser.pm | 221 =head1 RECOMMENDED SUBROUTINE/METHOD OVERRIDES 398 =head1 OPTIONAL SUBROUTINE/METHOD OVERRIDES
|
Completed in 124 milliseconds