Lines Matching defs:hp
873 register hash_t *hp;
925 hp = &sp->enc_hashtab[h];
926 if (hp->hash == fcode) {
927 ent = hp->code;
930 if (hp->hash >= 0) {
944 hp = &sp->enc_hashtab[h];
945 if (hp->hash == fcode) {
946 ent = hp->code;
949 } while (hp->hash >= 0);
967 hp->code = free_ent++;
968 hp->hash = fcode;
1068 register hash_t *hp = &sp->enc_hashtab[HSIZE-1];
1073 hp[-7].hash = -1;
1074 hp[-6].hash = -1;
1075 hp[-5].hash = -1;
1076 hp[-4].hash = -1;
1077 hp[-3].hash = -1;
1078 hp[-2].hash = -1;
1079 hp[-1].hash = -1;
1080 hp[ 0].hash = -1;
1081 hp -= 8;
1083 for (i += 8; i > 0; i--, hp--)
1084 hp->hash = -1;