Searched refs:VSIZEOF (Results 1 – 3 of 3) sorted by relevance
165 #define VSIZEOF(v) (sizeof (v) / sizeof ((v)[0])) macro
150 if (current_names->used == VSIZEOF(current_names->names)) { in enter_name()286 if (current_names->used == VSIZEOF(current_names->names)) { in enter_member_name()
575 if (i++ >= VSIZEOF(right_hand)) { in expand_macro()