Searched refs:EOS (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.t | 200 push @script, <<EOS; 204 EOS 206 push @script, <<EOS; 210 EOS 213 push @script, <<EOS; 217 EOS 220 push @script, <<EOS; 228 EOS 231 push @script, <<EOS; 235 EOS [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/ |
H A D | safesort.t | 22 my $func1 = $safe->reval(<<'EOS'); 31 EOS
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | regnodes.h | 11 #define EOS 5 /* 0x5 Match "" at end of string. */ macro 78 EOL, /* EOS */ 146 0, /* EOS */ 211 0, /* EOS */ 277 "EOS", /* 0x5 */
|
H A D | regexec.c | 2393 case EOS: 3737 OP(next) == SEOL || OP(next) == EOS)) 3743 if (UCHARAT(PL_reginput - 1) == '\n' && OP(next) != EOS)
|
H A D | regcomp.c | 2929 ret = reg_node(pRExC_state, EOS);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Fatal.pm | 119 $code = <<EOS; 122 EOS
|
H A D | perl5db.pl | 5888 system P_NOWAIT, $^X, '-we', <<EOS or die "Cannot start a grandkid"; 5891 EOS
|
/osnet-11/usr/src/lib/libkmf/libkmf/common/ |
H A D | client.c | 228 boolean_t EOS = B_FALSE; local 292 EOS = B_TRUE; 303 } while ((!headerEnd) && (EOS == B_FALSE) && (buflen < maxBufSize)); 413 while ((EOS == B_FALSE) && 450 EOS = B_TRUE;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/base/ |
H A D | lex.t | 56 print <<'EOS' . <<\EOF; 58 EOS
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | s2p.PL | 235 { print <<'TheEnd'; } $doPrint = 0; goto EOS; 251 goto EOS; 265 if(length($_)){ goto BOS } else { goto EOS } 705 $h = 'EOS'; 1698 EOS: if( $doPrint ){
|
Completed in 72 milliseconds