HomeSort by relevance Sort by last modified time
    Searched refs:re1 (Results 1 - 16 of 16) sorted by null

  /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/lib/
eregex.rb 4 def initialize(re1, re2)
5 @re1 = re1
10 @re1 =~ str or @re2 =~ str
15 def initialize(re1, re2)
16 @re1 = re1
21 @re1 =~ str and @re2 =~ str
  /webstack/webstack/trunk/src/ruby-1.8.5/lib/
eregex.rb 4 def initialize(re1, re2)
5 @re1 = re1
10 @re1 =~ str or @re2 =~ str
15 def initialize(re1, re2)
16 @re1 = re1
21 @re1 =~ str and @re2 =~ str
  /webstack/webstack/trunk/src/ruby-1.8.6/lib/
eregex.rb 4 def initialize(re1, re2)
5 @re1 = re1
10 @re1 =~ str or @re2 =~ str
15 def initialize(re1, re2)
16 @re1 = re1
21 @re1 =~ str and @re2 =~ str
  /webstack/mod_sed/
sed0.c 377 commands->rep->re1 = p;
378 p = text(commands, commands->rep->re1, commands->reend);
390 commands->rep->re1 = p;
391 p = text(commands, commands->rep->re1, commands->reend);
407 commands->rep->re1 = p;
408 p = text(commands, commands->rep->re1, commands->reend);
502 commands->rep->re1 = p;
503 p = text(commands, commands->rep->re1, commands->reend);
532 commands->rep->re1 = p;
533 p = comple(commands, &compargs, (char *) 0, commands->rep->re1,
    [all...]
sed1.c 597 if(match(eval, ipc->re1, 0, step_vars) == 0) return(0);
606 if(match(eval, ipc->re1, 1, step_vars) == 0) break;
705 for (p1 = ipc->re1; *p1; p1++)
707 wline(eval, ipc->re1, p1 - ipc->re1);
752 for (p1 = ipc->re1; *p1; p1++);
753 wline(eval, ipc->re1, p1 - ipc->re1);
909 p2 = ipc->re1;
926 for (p1 = (*eval->aptr)->re1; *p1; p1++)
    [all...]
libsed.h 46 char *re1; member in struct:sed_reptr_s
  /webstack/webserver/src/server/libsed/
sed0.c 404 commands->rep->re1 = p;
405 p = text(commands, commands->rep->re1, commands->reend);
417 commands->rep->re1 = p;
418 p = text(commands, commands->rep->re1, commands->reend);
434 commands->rep->re1 = p;
435 p = text(commands, commands->rep->re1, commands->reend);
529 commands->rep->re1 = p;
530 p = text(commands, commands->rep->re1, commands->reend);
559 commands->rep->re1 = p;
560 p = comple(commands, &compargs, (char *) 0, commands->rep->re1,
    [all...]
sed1.c 614 if(match(eval, ipc->re1, 0, step_vars) == 0) return(0);
623 if(match(eval, ipc->re1, 1, step_vars) == 0) break;
722 for (p1 = ipc->re1; *p1; p1++)
724 wline(eval, ipc->re1, p1 - ipc->re1);
769 for (p1 = ipc->re1; *p1; p1++);
770 wline(eval, ipc->re1, p1 - ipc->re1);
926 p2 = ipc->re1;
943 for (p1 = (*eval->aptr)->re1; *p1; p1++)
    [all...]
libsed.h 83 char *re1; member in struct:sed_reptr_s
  /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/
re.c     [all...]
  /webstack/webstack/trunk/src/ruby-1.8.5/
re.c     [all...]
  /webstack/webstack/trunk/src/ruby-1.8.6/
re.c     [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/lib/Math/
Complex.pm 354 my ($re1, $im1) = @{$z1->cartesian};
358 $z1->set_cartesian([$re1 + $re2, $im1 + $im2]);
361 return (ref $z1)->make($re1 + $re2, $im1 + $im2);
371 my ($re1, $im1) = @{$z1->cartesian};
375 $z1->set_cartesian([$re1 - $re2, $im1 - $im2]);
379 (ref $z1)->make($re2 - $re1, $im2 - $im1) :
380 (ref $z1)->make($re1 - $re2, $im1 - $im2);
514 my ($re1, $im1) = ref $z1 ? @{$z1->cartesian} : ($z1, 0);
517 return $sgn * ($re1 <=> $re2) if $re1 != $re2
    [all...]
  /webstack/webstack/trunk/src/perl-5.8.8/lib/Math/
Complex.pm 354 my ($re1, $im1) = @{$z1->cartesian};
358 $z1->set_cartesian([$re1 + $re2, $im1 + $im2]);
361 return (ref $z1)->make($re1 + $re2, $im1 + $im2);
371 my ($re1, $im1) = @{$z1->cartesian};
375 $z1->set_cartesian([$re1 - $re2, $im1 - $im2]);
379 (ref $z1)->make($re2 - $re1, $im2 - $im1) :
380 (ref $z1)->make($re1 - $re2, $im1 - $im2);
514 my ($re1, $im1) = ref $z1 ? @{$z1->cartesian} : ($z1, 0);
517 return $sgn * ($re1 <=> $re2) if $re1 != $re2
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/t/op/
taint.t 927 my $re1 = qr/x$TAINT/;
928 test tainted $re1;
930 my $re2 = qr/^$re1\z/;
  /webstack/webstack/trunk/src/perl-5.8.8/t/op/
taint.t 927 my $re1 = qr/x$TAINT/;
928 test tainted $re1;
930 my $re2 = qr/^$re1\z/;

Completed in 5040 milliseconds