Searched refs:listname (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPackingList.pm440 for my $listname (@list_categories) {
441 if (defined $self->{$listname}) {
442 for my $item (@{$self->{$listname}}) {
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A Dmkheader40 our %Comp1st; # $codepoint => $listname : may be composed with a next char.
41 our %CompList; # $listname,$2nd => $codepoint : composite
197 my $listname = sprintf("${structname}_%06x", $comp1st);
199 $Comp1st{$comp1st} = $listname;
204 $CompList{$listname}{$comp2nd} = $uc;
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp4353 walk_pointer_list_64(const char *listname, const SectionRef S, argument
4379 outs() << listname << " list pointer extends past end of (" << SegName
4408 walk_pointer_list_32(const char *listname, const SectionRef S, argument
4428 outs() << listname << " list pointer extends past end of (" << SegName

Completed in 128 milliseconds