host_p            479 lib/widget/input_complete.c     static unsigned int host_p = 0;
host_p            495 lib/widget/input_complete.c         host_p = 0;
host_p            500 lib/widget/input_complete.c     for (; host_p < hosts->len; host_p++)
host_p            504 lib/widget/input_complete.c         if (strncmp (text + textstart, g_ptr_array_index (hosts, host_p), textlen) == 0)
host_p            508 lib/widget/input_complete.c     if (host_p == hosts->len)
host_p            522 lib/widget/input_complete.c         g_string_append (temp, g_ptr_array_index (hosts, host_p));
host_p            523 lib/widget/input_complete.c         host_p++;