Lines Matching defs:cell
491 struct objc_list **cell = &uninitialized_statics;
496 while (*cell)
500 for (statics_in_module = (*cell)->head;
551 struct objc_list *this = *cell;
552 *cell = this->tail;
556 cell = &(*cell)->tail;
585 struct objc_list **cell;
713 for (cell = &unclaimed_categories; *cell; )
715 struct objc_category *category = (*cell)->head;
721 list_remove_head (cell);
741 cell = &(*cell)->tail;