OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastmatch
(Results
1 - 2
of
2
) 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);
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025