hosts 401 lib/widget/input_complete.c fetch_hosts (const char *filename, GPtrArray *hosts) hosts 437 lib/widget/input_complete.c fetch_hosts (includefile, hosts); hosts 462 lib/widget/input_complete.c if (!g_ptr_array_find_with_equal_func (hosts, name, host_equal_func, NULL)) hosts 463 lib/widget/input_complete.c g_ptr_array_add (hosts, name); hosts 477 lib/widget/input_complete.c static GPtrArray *hosts = NULL; hosts 489 lib/widget/input_complete.c if (hosts != NULL) hosts 490 lib/widget/input_complete.c g_ptr_array_free (hosts, TRUE); hosts 491 lib/widget/input_complete.c hosts = g_ptr_array_new_with_free_func (g_free); hosts 493 lib/widget/input_complete.c fetch_hosts (p != NULL ? p : "/etc/hosts", hosts); hosts 499 lib/widget/input_complete.c for (; host_p < hosts->len; host_p++) hosts 503 lib/widget/input_complete.c if (strncmp (text + textstart, g_ptr_array_index (hosts, host_p), textlen) == 0) hosts 507 lib/widget/input_complete.c if (host_p == hosts->len) hosts 509 lib/widget/input_complete.c g_ptr_array_free (hosts, TRUE); hosts 510 lib/widget/input_complete.c hosts = NULL; hosts 521 lib/widget/input_complete.c g_string_append (temp, g_ptr_array_index (hosts, host_p));