Searched refs:ptr_to_statics (Results 1 – 1 of 1) sorted by relevance
117 static struct statics *ptr_to_statics; variable118 #define S (*ptr_to_statics)119 #define has_S (ptr_to_statics)129 free(ptr_to_statics); in free_static()135 if (!ptr_to_statics) { in get_S()136 ptr_to_statics = xzalloc(sizeof(S)); in get_S()146 return ptr_to_statics; in get_S()