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