Searched refs:man_strup (Results 1 – 1 of 1) sorted by relevance
601 static manstr_t *man_strup = NULL; /* list of MAN STREAMS */ variable809 if (man_strup && (man_strup->ms_next != NULL)) in _fini()1276 prevmsp = &man_strup; in man_open()1441 if (close_msp == man_strup) in man_close()1442 man_strup = close_msp->ms_next; in man_close()1444 for (msp = man_strup; msp && msp->ms_next != close_msp; ) 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()4938 for (msp = man_strup; msp != NULL; msp = msp->ms_next) { in man_remove_dests()[all …]