host_p 459 lib/widget/input_complete.c char **host_p; host_p 471 lib/widget/input_complete.c for (host_p = hosts; host_p < hosts_p; host_p++) host_p 472 lib/widget/input_complete.c if (strcmp (name, *host_p) == 0) host_p 475 lib/widget/input_complete.c if (host_p == hosts_p) host_p 494 lib/widget/input_complete.c static char **host_p = NULL; host_p 512 lib/widget/input_complete.c host_p = hosts; host_p 517 lib/widget/input_complete.c for (; *host_p != NULL; host_p++) host_p 521 lib/widget/input_complete.c if (strncmp (text + textstart, *host_p, textlen) == 0) host_p 525 lib/widget/input_complete.c if (*host_p == NULL) host_p 539 lib/widget/input_complete.c g_string_append (temp, *host_p); host_p 540 lib/widget/input_complete.c host_p++;