HomeSort by: relevance | last modified time | path
    Searched refs:lastmatch (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/ftp/
complete.c 82 char *lastmatch, *p; local in function:complete_ambiguous
102 lastmatch = words->sl_str[0];
103 matchlen = strlen(lastmatch);
106 if (lastmatch[j] != words->sl_str[i][j])
113 lastmatch + wordlen, matchlen - wordlen);
  /src/usr.bin/mail/
complete.c 251 char *lastmatch, *p; local in function:complete_ambiguous
271 lastmatch = words->sl_str[0];
272 matchlen = strlen(lastmatch);
275 if (lastmatch[j] != words->sl_str[i][j])
282 lastmatch + wordlen, matchlen - wordlen);
  /src/distrib/sets/
regpkg 550 lastmatch="${blddep##* }"
551 echo "@blddep ${lastmatch}"

Completed in 13 milliseconds