host_p            461 lib/widget/input_complete.c                 char **host_p;
host_p            473 lib/widget/input_complete.c                 for (host_p = hosts; host_p < hosts_p; host_p++)
host_p            474 lib/widget/input_complete.c                     if (strcmp (name, *host_p) == 0)
host_p            477 lib/widget/input_complete.c                 if (host_p == hosts_p)
host_p            496 lib/widget/input_complete.c     static char **host_p = NULL;
host_p            514 lib/widget/input_complete.c         host_p = hosts;
host_p            519 lib/widget/input_complete.c     for (; *host_p != NULL; host_p++)
host_p            523 lib/widget/input_complete.c         if (strncmp (text + textstart, *host_p, textlen) == 0)
host_p            527 lib/widget/input_complete.c     if (*host_p == NULL)
host_p            541 lib/widget/input_complete.c         g_string_append (temp, *host_p);
host_p            542 lib/widget/input_complete.c         host_p++;