textstart         497 lib/widget/input_complete.c     static size_t textstart = 0;
textstart         515 lib/widget/input_complete.c         textstart = (*text == '@') ? 1 : 0;
textstart         516 lib/widget/input_complete.c         textlen = strlen (text + textstart);
textstart         523 lib/widget/input_complete.c         if (strncmp (text + textstart, *host_p, textlen) == 0)
textstart         539 lib/widget/input_complete.c         if (textstart != 0)