Home
last modified time | relevance | path

Searched refs:return_STRING_COMPARE (Results 1 – 19 of 19) sorted by relevance

/dports/print/a2ps/a2ps-4.13/lib/
H A Dstr_ht.c61 return_STRING_COMPARE (x, y); in string_hash_cmp()
70 return_STRING_COMPARE (*x, *y); in string_hash_qcmp()
H A Dfonts.l269 return_STRING_COMPARE (x->glyph, y->glyph);
279 return_STRING_COMPARE ((*x)->glyph, (*y)->glyph);
453 return_STRING_COMPARE (x->key, y->key);
463 return_STRING_COMPARE ((*x)->key, (*y)->key);
H A Dpair_ht.c72 return_STRING_COMPARE (x->key, y->key); in pair_hash_cmp()
81 return_STRING_COMPARE ((*x)->key, (*y)->key); in pair_hash_qcmp()
H A Dencoding.c262 return_STRING_COMPARE (x->key, y->key); in font_entry_hash_cmp()
268 return_STRING_COMPARE ((*x)->key, (*y)->key); in font_entry_hash_qcmp()
824 return_STRING_COMPARE (x->key, y->key); in encoding_hash_cmp()
831 return_STRING_COMPARE ((*x)->key, (*y)->key); in encoding_hash_qcmp()
H A Dfonts.c1857 return_STRING_COMPARE (x->glyph, y->glyph); in wx_entry_hash_cmp()
1867 return_STRING_COMPARE ((*x)->glyph, (*y)->glyph);
2041 return_STRING_COMPARE (x->key, y->key); in font_info_hash_cmp()
2051 return_STRING_COMPARE ((*x)->key, (*y)->key);
H A Dhashtab.h123 # define return_STRING_COMPARE(_x_, _y_) do { \ macro
H A Ddsc.c61 return_STRING_COMPARE (x->key, y->key); in mv_key_hash_cmp()
H A Dpsstat.c66 return_STRING_COMPARE (((const dict_entry *)x)->key, in key_hash_cmp()
H A Dprinters.c87 return_STRING_COMPARE (x->key, y->key); in printer_hash_cmp()
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dhash.h113 #define return_STRING_COMPARE(X, Y) do { \ macro
192 #define return_ISTRING_COMPARE(X, Y) return_STRING_COMPARE ((X), (Y))
H A Dfunction.c868 return_STRING_COMPARE (((struct a_word const *) x)->str, in a_word_hash_cmp()
/dports/devel/gmake/make-4.3/src/
H A Dhash.h113 #define return_STRING_COMPARE(X, Y) do { \
192 #define return_ISTRING_COMPARE(X, Y) return_STRING_COMPARE ((X), (Y))
H A Dfunction.c938 return_STRING_COMPARE (((struct a_word const *) x)->str, in a_word_hash_cmp()
/dports/print/a2ps/a2ps-4.13/src/
H A Ddelegate.c68 return_STRING_COMPARE (((const struct delegation *) x)->contract, in delegate_hash_cmp()
76 return_STRING_COMPARE ((*x)->name, (*y)->name); in delegate_hash_qcmp()
H A Dssheet.c1419 return_STRING_COMPARE (((const struct style_sheet *)x)->key, in sheet_hash_cmp()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.h127 #define return_STRING_COMPARE(X, Y) do { \ macro
209 #define return_ISTRING_COMPARE(X, Y) return_STRING_COMPARE ((X), (Y))
H A Dfunction.c1489 return_STRING_COMPARE (((struct a_word const *) x)->str, in a_word_hash_cmp()
/dports/devel/idutils/idutils-4.6/libidu/
H A Didu-hash.h104 #define return_STRING_COMPARE(_x_, _y_) do { \ macro
/dports/devel/idutils/idutils-4.6/src/
H A Dmkid.c800 return_STRING_COMPARE (TOKEN_NAME ((struct token const *) x), in token_hash_cmp()
807 return_STRING_COMPARE (TOKEN_NAME (*(struct token const *const *) x), in token_qsort_cmp()