/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
H A D | concise.t | 18 ($op_base) = ($out =~ /^(\d+)\s*<0>\s*enter/m);
|
H A D | debug.t | 40 /\bLISTOP\b.*leave.*\n OP\b.*enter.*\n COP\b.*nextstate.*\n OP\b.*null/s; 55 leave enter nextstate label leaveloop enterloop null and defined null 61 leave enter nextstate label leaveloop enterloop null and defined null
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | libnetcfg.PL | 221 Hostname `$host' does not seem to exist, please enter again 431 This script will prompt you to enter hostnames that can be used as 434 To ensure that you do not enter an invalid hostname, I can perform a 435 lookup on each hostname you enter. If your internet connection is via 461 services, then enter a single space, followed by <CR>. To accept the 617 from the list, enter a '*' to clear the whole list, an '=' to show the 631 ###then enter a list of hostames
|
H A D | perlbug.PL | 202 print "Please enter a \u$name [$alts{$name}{'default'}]: "; 422 So that you may be contacted if necessary, please enter 449 correct it, or enter 'none' or 'yourself' to not send 482 You will probably want to use an editor to enter 531 the file? If you don't want to send a file, just enter a blank line and you 562 [Please enter your report here]
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | lcgen.c | 134 enter(register Table_t* tab, register Link_t* v) function 136 enter(tab, v) 430 if (cp != (Charset_t*)enter(&state.charset, (Link_t*)cp)) 484 if (tp != (Territory_t*)enter(&state.territory, (Link_t*)tp)) 553 if (lp != (Language_t*)enter(&state.language, (Link_t*)lp)) 604 if (mp != (Map_t*)enter(&state.map, (Link_t*)mp))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
H A D | enc2xs | 15 # RAW is a do_now as inserted by &enter 65 # is generated by &enter as the input file is read. There is one structure 441 enter($u2e,$uch,$ech,$u2e,$fb+0) if ($fb =~ /[01]/); 442 enter($e2u,$ech,$uch,$e2u,$fb+0) if ($fb =~ /[03]/); 542 # enter($e2u,$ech,undef,$e2u); 555 sub enter { 595 # This is purely for optimistation. It's just &enter hard coded for $fallback
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/ |
H A D | safeops.t | 246 enter SKIP
|
H A D | opcode.pl | 873 enter block entry ck_null 0
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 65 If you do not want to enter a dialog now, you can answer 'no' to this 690 Please enter your CPAN site:};
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Deparse.pm | 30 # - fixed nulled leave with live enter in sort { } 908 && (is_scope($op->first) || $op->first->name eq "enter")); 1141 $kid = $op->first->sibling; # skip enter 2473 my $enter = $op->first; 2474 my $kid = $enter->sibling; 2489 } elsif ($enter->name eq "enteriter") { # foreach 2490 my $ary = $enter->first->sibling; # first was pushmark 2492 if ($enter->flags & OPf_STACKED 2501 if ($enter->flags & OPf_SPECIAL) { # thread special var 2502 $var = $self->pp_threadsv($enter, [all...] |
H A D | Concise.pm | 369 } elsif ($name =~ /^enter(loop|iter)$/) { 774 # 1 <0> enter ->2 821 1 <0> enter ->2
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | op.c | 4935 LOGOP *enter; local 4940 NewOp(1101, enter, 1, LOGOP); 4941 enter->op_type = OP_ENTERTRY; 4942 enter->op_ppaddr = PL_ppaddr[OP_ENTERTRY]; 4943 enter->op_private = 0; 4946 enter->op_next = (OP*)enter; 4948 o = prepend_elem(OP_LINESEQ, (OP*)enter, (OP*)kid); 4951 enter->op_other = o;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
H A D | Opcode.pm | 336 warn die lineseq nextstate scope enter leave setstate
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | perl5db.pl | 290 =item * 0 - No enter/exit messages 1425 to be anyone there to enter commands. 1878 to enter commands and have a valid context to be in. 2465 # Single step, but don't enter subs. 2484 # Single step should enter subs. 4969 # which means that we'll always enter this loop (though a non-numeric 6179 if the option is a boolean one. If not, the user is prompted to enter a valid 6738 just tabs and then enter the marked-up text. 6900 B<h> [I<db_command>] Get help [on a specific debugger command], enter B<|h> to page. 7075 B<h> [I<db_command>] Get help [on a specific debugger command], enter [all...] |
H A D | CPAN.pm | 2061 # enter the queue but not its copy. How do they get a sensible 6170 the package CPAN::Shell. If you enter the shell command, all your 6245 If you do not enter the shell, the available shell commands are both
|
H A D | CGI.pm | 1677 # $base -> (optional) if set to true, will enter the BASE address of this document 3535 print STDERR "(offline mode: enter name=value pairs on standard input; press ^D or ^Z when done)\n"; 5109 arguments from STDIN, producing the message "(offline mode: enter 5878 order to protect your pages against nasty tricks that people may enter
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 278 ! when we first enter the loop
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcpy.s | 117 ! when we first enter the loop
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 4777 {"enter", 0, '\n', 0, 0x1c}, 4975 " braceleft, bracketright, braceright, enter, control, semicolon, colon," 5513 {"--enter-standout-mode=", term.enter_standout_mode}, 5581 " [--enter-standout-mode=SEQ] [--exit-standout-mode=SEQ]]",
|