Lines Matching refs:first_msg
80 struct cat_msg *first_msg;
179 p->first_msg = NULL;
263 for (p = setp->first_msg; p; p) {
314 current_msg = current_set->first_msg;
317 current_set->first_msg = current_msg;
322 current_msg = current_set->first_msg;
325 current_msg->next = current_set->first_msg;
326 current_set->first_msg->prev = current_msg;
327 current_set->first_msg = current_msg;
332 current_msg->next = current_set->first_msg->next;
333 if (current_set->first_msg->next)
334 current_set->first_msg->next->prev =
336 FREE(current_set->first_msg);
337 current_set->first_msg = current_msg;
364 current_set->first_msg = current_msg;
384 current_msg = current_set->first_msg;
389 current_msg = current_set->first_msg;
402 current_set->first_msg = next;
512 current_msg = current_set->first_msg;
1053 for (msgp = setp->first_msg; msgp; msgp = msgp->next) {
1087 for (msgp = setp->first_msg; msgp; ++msg, msgp = msgp->next) {