Home
last modified time | relevance | path

Searched refs:nonhostispHead (Results 1 – 2 of 2) sorted by relevance

/dports/irc/dancer/dancer-4.16/src/
H A Dsetup.c162 itemlist *nonhostispHead = NULL; /* A list of ISP-patterns that DOES not use variable
228 {"nonhostisp", &nonhostispHead, "*dismayl.demon.co.uk", CFG_LIST, FALSE,
H A Duser.c1846 extern itemlist *nonhostispHead; in NonHostISP()
1849 for (l = First(nonhostispHead); l; l = Next(l)) { in NonHostISP()