Home
last modified time | relevance | path

Searched refs:sectionstart (Results 1 – 12 of 12) sorted by relevance

/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dmk-qthelp.pl50 $node{sectionstart} = 1;
136 print $FH ($node{sectionstart} ? qq|">\n| : qq|"/>\n|);
/dports/editors/neovim/neovim-0.6.1/runtime/ftplugin/
H A Dj.vim32 let s:sectionstart = '\%(\s*Note\|.\{-}\<\%([0-4]\|13\|noun\|adverb\|conjunction\|verb\|monad\|dyad…
43 call search('^' . s:sectionstart . (a:backwards ? '\n\_.\{-}\%#' : '$'), l:flags)
/dports/editors/vim/vim-8.2.3745/runtime/ftplugin/
H A Dj.vim32 let s:sectionstart = '\%(\s*Note\|.\{-}\<\%([0-4]\|13\|noun\|adverb\|conjunction\|verb\|monad\|dyad…
43 call search('^' . s:sectionstart . (a:backwards ? '\n\_.\{-}\%#' : '$'), l:flags)
/dports/devel/mercurial/mercurial-6.0/hgext/remotefilelog/
H A Dhistorypack.py455 sectionstart = self.packfp.tell()
491 offset = sectionstart + sectionlen
504 self.files[filename] = (sectionstart, sectionlen)
/dports/games/dunelegacy/dunelegacy-0.96.4/src/FileClasses/
H A DINIFile.cpp927 int sectionstart = ret+1; in readfile() local
934 … newSection = new Section(completeLine,lineNum,sectionstart,sectionend-sectionstart,bWhitespace); in readfile()
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/ld/
H A Ddwarf.go1503 sectionstart int64 member
1514 pw.sectionstart = pw.s.Size
1540 …veDwsectCUSize(pw.sname, getPkgFromCUSym(dtolsym(compunit.Sym)), uint64(pw.s.Size-pw.sectionstart))
1543 …pw.s.SetUint(pw.ctxt.Arch, pw.sectionstart+4, uint64(pw.s.Size-pw.sectionstart)-12) // exclude the…
1546 …pw.s.SetUint32(pw.ctxt.Arch, pw.sectionstart, uint32(pw.s.Size-pw.sectionstart)-4) // exclude the …
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_query.c650 Dwarf_Byte_Ptr sectionstart = 0; in _dwarf_extract_address_from_debug_addr() local
676 sectionstart = dbg->de_debug_addr.dss_data; in _dwarf_extract_address_from_debug_addr()
681 sectionend = sectionstart + sectionsize; in _dwarf_extract_address_from_debug_addr()
687 sectionstart + addr_offset, in _dwarf_extract_address_from_debug_addr()
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_query.c650 Dwarf_Byte_Ptr sectionstart = 0; in _dwarf_extract_address_from_debug_addr() local
676 sectionstart = dbg->de_debug_addr.dss_data; in _dwarf_extract_address_from_debug_addr()
681 sectionend = sectionstart + sectionsize; in _dwarf_extract_address_from_debug_addr()
687 sectionstart + addr_offset, in _dwarf_extract_address_from_debug_addr()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dcoff.c74 uint_32 sectionstart; /* symbol table index of first section */ member
845 cm->sectionstart = index; in SetSymbolIndices()
1085 section->sym.ext_idx = cm->sectionstart + i; in coff_write_data()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/link/internal/ld/
H A Ddwarf.go1403 sectionstart := s.Size
1427 setuint32(ctxt, s, sectionstart, uint32(s.Size-sectionstart)-4) // exclude the length field.
/dports/databases/p5-DBD-Pg/DBD-Pg-3.15.0/
H A Ddbdimp.c1765 STRLEN sectionstart, sectionstop; /* Borders of current section */ in pg_st_split_statement() local
1821 currpos = sectionstart = 0; in pg_st_split_statement()
2183 sectionsize = sectionstop-sectionstart; /* 4-0 for "ABCD" */ in pg_st_split_statement()
2186 Copy(statement-(currpos-sectionstart), newseg->segment, sectionsize, char); in pg_st_split_statement()
2204 sectionstart = currpos; in pg_st_split_statement()
/dports/www/wikicalc/wikicalc/
H A DWKCSheet.pm2915 my ($sectionstart, $integerdigits, $fractiondigits, $commas, $percent, $thousandssep) =
2987 my $mspos = $sectionstart; # m scan position in ops
3051 my $oppos = $sectionstart;
3327 $sectioninfo->{sectionstart} = 0; # position in operands that starts this section
3495 … $sectioninfo->{sectionstart} = 1 + scalar @{$thisformat->{operators}}; # remember where it starts