Home
last modified time | relevance | path

Searched defs:attr_hash (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DPullParserStartToken.pm24 sub attr_hash { $_[0][2] ||= {} } global() subroutine
/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c289 struct attr_hash struct
291 struct attr_hash *next; /* Next structure in the bucket. */ argument
308 static struct attr_hash *attr_hash_table[RTL_HASH_SIZE]; argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c474 struct attr_hash struct
476 struct attr_hash *next; /* Next structure in the bucket. */ argument
493 struct attr_hash *attr_hash_table[RTL_HASH_SIZE]; argument
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-ike.c295 static char *attr_hash[] = IKE_ATTR_HASH_INITIALIZER; in ike_attribute_print() local