Searched refs:symbolic (Results 1 - 17 of 17) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | overload.pm | 1054 Put this in F<symbolic.pm> in your Perl library directory: 1056 package symbolic; # Primitive symbolic calculator 1070 the objects: C<new symbolic 3> contains C<['n', 3]>, C<2 + new 1071 symbolic 3> contains C<['+', 2, ['n', 3]]>. 1076 require symbolic; 1078 my $side = new symbolic 1; 1099 again of type C<symbolic>, which will lead to an infinite loop. 1101 Add a pretty-printer method to the module F<symbolic.pm>: 1146 type C<symbolic>, sinc [all...] |
H A D | AnyDBM_File.pm | 81 Requires symbolic links.
|
H A D | strict.pm | 67 use symbolic references (see L<perlref>).
|
H A D | perl5db.pl | 3743 This code uses symbolic references.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Find.pm | 112 Causes symbolic links to be followed. Since directory trees with symbolic 129 pathname of the file with all symbolic links resolved 136 than once. It does detect cycles, however. Since only symbolic links 144 neither directories nor symbolic links to be ignored if they are about 145 to be processed a second time. If a directory or a symbolic link 156 If true and a code reference, will be called with the symbolic link 159 symbolic link\n" will be issued. If false, the dangling symbolic link 267 Here's another interesting wanted function. It will find all symbolic [all...] |
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | regex.c | 283 void symbolic(char *); 839 * symbolic - produce a symbolic dump of the nfa 842 symbolic( char *s ) function
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | errlist | 128 90 Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/ |
H A D | INET.pm | 335 "xx.xx.xx.xx" form. The C<PeerPort> can be a number or a symbolic 341 If C<Proto> is not given and you specify a symbolic C<PeerPort> port,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/ |
H A D | find.t | 535 print "# --- symbolic link tests --- \n"; 646 print "# check dangling symbolic links\n"; 682 sub { $warn_msg = "$_[0] is a dangling symbolic link" } 687 Check( $warn_msg =~ m|dangling_dir_sl is a dangling symbolic link| ); 703 Check( $@ =~ m|for_find[:/]fa[:/]faa[:/]faa_sl is a recursive symbolic link| );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Functions.pm | 257 lstat File stat a symbolic link 292 readlink File determine where a symbolic link is pointing 343 symlink File create a symbolic link to a file
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | find2perl.PL | 761 file the symbolic link is pointing to. If C<-follow> option follows the 762 file check option, this now applies to the symbolic link itself, i.e.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Manifest.pm | 380 symbolic link to make a tree without any symbolic link. Best is the
|
H A D | MakeMaker.pm | 2129 'ln', which links the file, and 'best' which copies symbolic links and
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
H A D | Opcode.pm | 231 Define OPTAG as a symbolic name for OPSET. Optag names always start
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | c2ph.PL | 194 you is a symbolic way of getting at all the C structures. I've couched
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
H A D | DynaLoader_pm.PL | 710 order to deal with symbolic names for files (i.e., VMS's Logical Names).
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 264 * available to do file stats on symbolic links. 410 * available to read the value of a symbolic link. 567 * to create symbolic links. 1089 * available to operate on a symbolic link (instead of following the 2700 * of the symbolic link pointing to the absolute pathname of
|
Completed in 74 milliseconds