/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);
|
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);
|
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);
|
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);
|
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);
|