Searched refs:symbolic (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm1054 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 DAnyDBM_File.pm81 Requires symbolic links.
H A Dstrict.pm67 use symbolic references (see L<perlref>).
H A Dperl5db.pl3743 This code uses symbolic references.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm112 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 Dregex.c283 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 Derrlist128 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 DINET.pm335 "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 Dfind.t535 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 DFunctions.pm257 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 Dfind2perl.PL761 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 DManifest.pm380 symbolic link to make a tree without any symbolic link. Best is the
H A DMakeMaker.pm2129 '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 DOpcode.pm231 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 Dc2ph.PL194 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 DDynaLoader_pm.PL710 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 Dconfig_h.SH264 * 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