Searched refs:pht (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | h2ph.t | 53 $SIG{__WARN__} = sub { die $_[0] }; require q(lib/h2ph.pht);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 10640 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 D | parse.y | 7075 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);
|