Lines Matching refs:addr
71 if (addr[$i] == "") {
72 addr[$i] = $1;
73 } else if (index(addr[$i], $1) == 0) {
74 addr[$i] = addr[$i] "," $1
80 # There are now a bunch o addresses in the addr
85 for (host in addr) {
86 if (index(addr[host], ",") == 0)
88 numaddr = split(addr[host], tmpaddr, ",");
92 if (namelist[addr[host]] == "") {
93 namelist[addr[host]] = tmpname[j];
96 if (namelist[addr[host]] == tmpname[j]) {
99 if (index(namelist[addr[host]], tmpname[j]) == 0) {
100 namelist[addr[host]] = namelist[addr[host]] " " tmpname[j];
111 namelist[addr[host]] = namelist[addr[host]] " " tmpname[j];
120 for (host in addr) {
121 if (index(addr[host], ",")) {
125 host, addr[host], namelist[addr[host]]);