Searched refs:ms_next (Results 1 – 3 of 3) sorted by relevance
127 struct msg_string *ms_next; member179 msg_tail->ms_next = msg; in message_append()571 for (msg = msg_head; msg; msg = msg->ms_next) { in output_defs()
809 if (man_strup && (man_strup->ms_next != NULL)) in _fini()1280 for (; (tsp = *prevmsp) != NULL; prevmsp = &tsp->ms_next) { in man_open()1312 msp->ms_next = *prevmsp; in man_open()1442 man_strup = close_msp->ms_next; in man_close()1444 for (msp = man_strup; msp && msp->ms_next != close_msp; ) in man_close()1445 msp = msp->ms_next; in man_close()1452 msp->ms_next = close_msp->ms_next; in man_close()4603 for (msp = man_strup; msp != NULL; msp = msp->ms_next) { in man_switch_match()4877 for (msp = man_strup; msp != NULL; msp = msp->ms_next) { in man_add_dests()4920 for (msp = man_strup; msp != NULL; msp = msp->ms_next) { in man_remove_dests()[all …]
227 struct manstr_s *ms_next; /* next in list of streams */ member