Searched defs:hosts (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/html/
H A Dhtmlrefs.c52 " [+host?Provides a default value for the \b--hosts\b option.]"
76 "[h:hosts?Check only references matching the \bksh\b(1) pattern"
120 " [+htmlrefs --hosts=www.research.att.com --missing?List missing"
205 String_t hosts; member in struct:State_s
287 if (state->hosts.size)
305 if (!strmatch(s, state->hosts.data))
593 else if (!strcasecmp(s, "host") || !strcasecmp(s, "hosts"))
595 if (!state->hosts.size && (state->hosts.size = strlen(p)) && !(state->hosts
[all...]

Completed in 10 milliseconds