Searched refs:BLOCK (Results 26 - 32 of 32) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm758 =item B<SKIP: BLOCK>
817 =item B<TODO: BLOCK>
866 inside an C<eval BLOCK> with and using C<alarm>. In these extreme
869 The syntax and behavior is similar to a C<SKIP: BLOCK> except the
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c171 #define BLOCK (8*CHUNK) macro
2156 else if (n > 2 * BLOCK) n = 0;
2175 * file read in BLOCK chunks
2178 n = BLOCK;
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c2336 /* Download the file a BLOCK at a time */
2339 i = ((ps->data.content_length - ps->data.cur_pos) < BLOCK) ?
2341 : BLOCK;
2617 if ((ps->content = (char *)xmalloc(BLOCK)) == NULL) {
2621 (void) memset(ps->content, 0, BLOCK);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm188 do Flow,Modules turn a BLOCK into a TERM
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl29 0017 END OF TRANSMISSION BLOCK
6462 2417 SYMBOL FOR END OF TRANSMISSION BLOCK
6777 2580 UPPER HALF BLOCK
6778 2581 LOWER ONE EIGHTH BLOCK
6779 2582 LOWER ONE QUARTER BLOCK
6780 2583 LOWER THREE EIGHTHS BLOCK
6781 2584 LOWER HALF BLOCK
6782 2585 LOWER FIVE EIGHTHS BLOCK
6783 2586 LOWER THREE QUARTERS BLOCK
6784 2587 LOWER SEVEN EIGHTHS BLOCK
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1783 typedef struct block BLOCK; typedef in typeref:struct:block
3290 "BLOCK",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl3514 The C<eval>() text, if any (undefined for C<eval BLOCK>)
7687 =head1 DEBUGGER INITIALIZATION - THE SECOND BEGIN BLOCK
8145 =head1 END PROCESSING - THE C<END> BLOCK

Completed in 68 milliseconds

12