host_p 478 lib/widget/input_complete.c static unsigned int host_p = 0; host_p 494 lib/widget/input_complete.c host_p = 0; host_p 499 lib/widget/input_complete.c for (; host_p < hosts->len; host_p++) host_p 503 lib/widget/input_complete.c if (strncmp (text + textstart, g_ptr_array_index (hosts, host_p), textlen) == 0) host_p 507 lib/widget/input_complete.c if (host_p == hosts->len) host_p 521 lib/widget/input_complete.c g_string_append (temp, g_ptr_array_index (hosts, host_p)); host_p 522 lib/widget/input_complete.c host_p++;