Searched refs:START (Results 51 - 70 of 70) sorted by relevance

123

/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dindex.c722 xml_insert_element (PRINTINDEX, START);
H A Dmacro.c1103 if (arg == START)
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DXref.pm253 xref($cv->START);
H A DConcise.pm181 if (class($cv->START) eq "NULL") {
184 print $walkHandle "coderef $name has no START\n";
187 print $walkHandle "$name exists in stash, but has no START\n";
194 sequence($cv->START);
196 walk_exec($cv->START);
1123 $cop_seq_base = svref_2object(eval 'sub{0;}')->START->cop_seq + $cop_seq_mnum;
/openbsd-current/usr.bin/tmux/
H A Dcmd-parse.y1608 enum { START,
1611 SINGLE_QUOTES } state = NONE, last = START;
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.pm512 START = 0x22eed60 ===> 0
530 the subroutine is not an XSUB (since C<START> and C<ROOT> are
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DNa1.pl21 1 START OF HEADING
22 2 START OF TEXT
70 86 START OF SELECTED AREA
86 96 START OF GUARDED AREA
88 98 START OF STRING
1144 2401 GRAPHIC FOR START OF HEADING
1145 2402 GRAPHIC FOR START OF TEXT
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm420 } elsif (!null($cv->START) and is_state($cv->START)) {
421 $seq = $cv->START->cop_seq;
443 if ($cv and !null($cv->START) and is_state($cv->START)) {
444 $pragmata = $self->pragmata($cv->START);
568 $self->pessimise($root, $cv->START);
1344 $self->pessimise($root, $cv->START);
1428 $self->pessimise($op, $form->START);
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.pm.PL245 START
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/bin/
H A Dzipdetails216 my $START;
765 outSomeData($START, "PREFIX DATA")
766 if defined $START && $START > 0 ;
2049 $START = $CD[0]->[0]
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp291 ECase(START);
/openbsd-current/gnu/usr.bin/perl/dist/Test/lib/
H A DTest.pm89 =head1 QUICK START GUIDE
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables7130 START\\tSTOP\\tMAPPING where START is the starting code point of the
7132 code point; MAPPING is what each code point between START and STOP maps to.
8635 START\\tSTOP\\twhere START is the starting code point of the range, in hex;
12036 START OF HEADING
12037 START OF TEXT
12072 START OF SELECTED AREA
12088 START OF GUARDED AREA
12090 START O
[all...]
H A DName.pl20 START OF HEADING
26 START OF TEXT
590 START OF SELECTED AREA
716 START OF GUARDED AREA
719 START OF PROTECTED AREA
734 START OF STRING
5483 ARABIC START OF RUB EL HIZB
25445 SYMBOL FOR START OF HEADING
25448 SYMBOL FOR START OF TEXT
71501 EGYPTIAN HIEROGLYPH INSERT AT TOP START
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm232 =for woohah START
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_linux.c3000 #define START(node) ((node)->start) macro
3012 if (LAST(node) >= start && START(node) <= last)
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.pm998 =item START
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-hppa.c1152 /* Insert FIELD into OPCODE starting at bit START. Continue pa_ip
1155 #define INSERT_FIELD_AND_CONTINUE(OPCODE, FIELD, START) \
1157 ((OPCODE) |= (FIELD) << (START)); \
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-hppa.c1159 /* Insert FIELD into OPCODE starting at bit START. Continue pa_ip
1162 #define INSERT_FIELD_AND_CONTINUE(OPCODE, FIELD, START) \
1164 ((OPCODE) |= (FIELD) << (START)); \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dloop.c381 /* Nonzero iff INSN is between START and END, inclusive. */
382 #define INSN_IN_RANGE_P(INSN, START, END) \
384 && INSN_LUID (INSN) >= INSN_LUID (START) \
419 Start at insn START and stop just before END. Assign LUIDs
579 /* Returns the next insn, in execution order, after INSN. START and
3595 /* Given a loop that is bounded by LOOP->START and LOOP->END and that
3613 are done. Otherwise, if we hit LOOP->END, wrap around to LOOP->START. */
10145 /* Load the memory immediately before LOOP->START, which is

Completed in 552 milliseconds

123