Home | History | Annotate | Download | only in bdf

Lines Matching refs:hn

1141     hashnode  hn;
1148 if ( ( hn = hash_lookup( name, &(font->proptbl) ) ) == 0 )
1151 propid = hn->data;
1364 hashnode hn;
1373 if ( ( hn = hash_lookup( name, (hashtable *)font->internal ) ) != 0 )
1377 fp = font->props + hn->data;
1409 hn = hash_lookup( name, &(font->proptbl) );
1410 if ( hn == 0 )
1415 hn = hash_lookup( name, &(font->proptbl) );
1439 propid = hn->data;
2697 hashnode hn;
2703 hn = hash_lookup( name, (hashtable *)font->internal );
2705 return hn ? ( font->props + hn->data ) : 0;