Searched refs:dict_empty (Results 1 – 5 of 5) sorted by relevance
33 #define dict_empty(d) SPLAY_EMPTY(&((d)->dict)) macro
90 extern int dict_empty (struct dictionary *dict);
544 dict_empty (struct dictionary *dict) in dict_empty() function
2683 if (dict_empty (BLOCK_DICT (b))) in value_of_local()
7499 * valops.c (value_of_local): Use dict_empty.