Lines Matching defs:hp
864 register hash_t *hp;
915 hp = &sp->enc_hashtab[h];
916 if (hp->hash == fcode) {
917 ent = hp->code;
920 if (hp->hash >= 0) {
934 hp = &sp->enc_hashtab[h];
935 if (hp->hash == fcode) {
936 ent = hp->code;
939 } while (hp->hash >= 0);
957 hp->code = free_ent++;
958 hp->hash = fcode;
1057 register hash_t *hp = &sp->enc_hashtab[HSIZE-1];
1062 hp[-7].hash = -1;
1063 hp[-6].hash = -1;
1064 hp[-5].hash = -1;
1065 hp[-4].hash = -1;
1066 hp[-3].hash = -1;
1067 hp[-2].hash = -1;
1068 hp[-1].hash = -1;
1069 hp[ 0].hash = -1;
1070 hp -= 8;
1072 for (i += 8; i > 0; i--, hp--)
1073 hp->hash = -1;