Searched refs:simple (Results 1 - 25 of 99) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/uni/
H A Dcase.pl14 my $simple = do $file;
15 my %simple;
16 for my $i (split(/\n/, $simple)) {
18 $simple{$k} = $v;
22 for my $i (sort keys %simple) {
25 print "# ", scalar keys %simple, " simple mappings\n";
48 (scalar keys %simple) +
55 for my $i (sort keys %simple) {
56 my $w = $simple{
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dwantarray.t23 sub simple { wantarray ? 1 : 2 } subroutine
25 my $a = wantarray ? simple() : simple();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DAssert.pm17 Test::Harness::Assert - simple assert
29 A simple assert routine since we don't have Carp::Assert handy.
H A DIterator.pm23 This is a simple iterator wrapper for arrays and filehandles.
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsaslbind.c57 int rc, simple, msgid, ldapversion; local
65 * simple [0] OCTET STRING, -- passwd
83 simple = ( mechanism == LDAP_SASL_SIMPLE );
87 if ( !simple && ldapversion < LDAP_VERSION3 ) {
117 if ( simple ) { /* simple bind; works in LDAPv2 or v3 */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpireTest.pm13 simple example in the Memoize::Expire documentation, or at the code
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dcallback.t30 simple => [qw( header test test test test test )],
H A Dstrap-analyze.t194 simple => {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.pm40 C<IO> provides a simple mechanism to load several of the IO modules
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c103 STATIC void simple(void);
217 * should be re-investigated to see if it is simple and fast enough for
583 simple();
628 simple();
870 * We perform a simple incremental update of the terminal screen.
875 simple() function
935 (__m_screen->_flags & S_INS_DEL_LINE) ? "complex" : "simple"
979 simple();
993 simple();
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c102 static void simple(void);
731 simple();
771 simple();
1000 * We perform a simple incremental update of the terminal screen.
1005 simple(void) function
1113 simple();
1119 simple();
1126 simple();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm109 Text::Wrap - line wrapping to form simple paragraphs
145 C<Text::Wrap::wrap()> is a very simple paragraph formatter. It formats a
152 Text::Wrap::fill() is a simple multi-paragraph formatter. It formats
H A DParseWords.pm219 a simple word
239 another simple word (note the lack of effect of the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm325 Only for testing purposes, since it will fail at large values. But it is simple
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t832 # This does assume simple strings suitable for ''
865 sub simple { subroutine
900 simple ("Singletons", "A", "AB", "ABC", "ABCD", "ABCDE");
902 simple ("Three start", qw(Bea kea Lea lea nea pea rea sea tea Wea yea Zea));
905 simple ("Twos and three middle", qw(aa ae ai ea eu ie io oe era eta));
907 simple ("Three end and four symetry", qw(ean ear eat barb marm tart));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm80 The getproto() function is a simple front-end that forwards a numeric
H A Dservent.pm82 The getserv() function is a simple front-end that forwards a numeric
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm112 Pod::Text::Color is a simple subclass of Pod::Text that highlights output
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm79 The getpw() function is a simple front-end that forwards
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib_pm.PL176 This is a small simple module which simplifies the manipulation of @INC
228 In order to keep lib.pm small and simple, it only works with Unix
H A Dstrict.pm113 is a simple identifier (no colons) and that it appears in curly braces or
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_snap.c459 boolean_t simple; local
479 * determine if this is a simple subenclosure or not.
481 simple = B_FALSE;
484 simple = B_TRUE;
503 * If this page is required, and this is not a simple
508 !simple)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm191 .packlist format is a simple list of absolute pathnames, one per line. In
203 simple filename. If the value is a hash, the entry written will be the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAsmdata.pm221 A simple mapping of the bytecode number to the name of the op.
230 A simple mapping of the op type number to its type (like 'COP' or 'BINOP').
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm38 This is an extremely simple, extremely basic module for writing tests
121 Here's an example of a simple .t file for the fictional Film module.
182 to write tests B<at all>. What was needed was a dead simple module

Completed in 201 milliseconds

1234