textstart         479 lib/widget/input_complete.c     static size_t textstart = 0;
textstart         495 lib/widget/input_complete.c         textstart = (*text == '@') ? 1 : 0;
textstart         496 lib/widget/input_complete.c         textlen = strlen (text + textstart);
textstart         503 lib/widget/input_complete.c         if (strncmp (text + textstart, g_ptr_array_index (hosts, host_p), textlen) == 0)
textstart         519 lib/widget/input_complete.c         if (textstart != 0)