hosts_p            98 lib/widget/input_complete.c static char **hosts_p = NULL;
hosts_p           464 lib/widget/input_complete.c                 j = hosts_p - hosts;
hosts_p           470 lib/widget/input_complete.c                     hosts_p = hosts + j;
hosts_p           473 lib/widget/input_complete.c                 for (host_p = hosts; host_p < hosts_p; host_p++)
hosts_p           477 lib/widget/input_complete.c                 if (host_p == hosts_p)
hosts_p           479 lib/widget/input_complete.c                     *(hosts_p++) = name;
hosts_p           480 lib/widget/input_complete.c                     *hosts_p = NULL;
hosts_p           511 lib/widget/input_complete.c         hosts_p = hosts;