Home
last modified time | relevance | path

Searched refs:pht (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/lib/
H A Dh2ph.t53 $SIG{__WARN__} = sub { die $_[0] }; require q(lib/h2ph.pht);
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c10640 static htab_t pht; local
10643 if (pht == NULL)
10644 pht = htab_create (50, htab_hash_pointer, htab_eq_pointer, NULL);
10646 e = htab_find_slot (pht, name, INSERT);
H A Dparse.y7075 static htab_t pht; local
7078 if (pht == NULL)
7079 pht = htab_create (50, htab_hash_pointer, htab_eq_pointer, NULL);
7081 e = htab_find_slot (pht, name, INSERT);