Lines Matching refs:head_
92 for (ptr = head_; ptr; prev = ptr, ptr = ptr->next) {
98 future->next = head_;
99 head_ = future;
139 head_ = NULL;
163 if (is_eof_ && head_ == NULL) {
175 if (head_) {
177 head_,
178 head_->bb->bb_rec.bb_num, head_->bb->bb_rec.start_time,
179 head_->bb->bb_rec.time_diff, head_->bb->bb_rec.repeat,
180 head_->bb->next_time);
184 if (head_) {
185 TimeRec *bb = &head_->bb;
197 Future *future = head_;
198 head_ = head_->next;
233 //printf("using head_ 0x%x\n", head_);
234 assert(head_);
235 TimeRec *bb = &head_->bb;
245 Future *future = head_;
246 head_ = head_->next;