Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DXHTML.pm342 The callback methods C<start_code> and C<end_code> emits the C<code> tags
414 sub start_code {
433 $_[0]->start_code($_[0]{'in_code'}[-1]);
693 sub start_C { push(@{$_[0]{'in_code'}}, 'C'); $_[0]->start_code($_[0]{'in_code'}[-1]); }
377 sub start_code { global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dxhtml20.t17 sub start_code {
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp67 uint32_t start_code; // VM address of text. member
H A DRegisterContextLinux_x86_64.cpp60 uint64_t start_code; // VM address of text. member
/openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/
H A Dcma_tcb_defs.h230 cma_t_start_routine start_code; /* Address of start routine */ member