OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastmatch
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/ftp/
complete.c
82
char *
lastmatch
, *p;
local
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
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
}"
/src/external/mit/lua/dist/src/
lstrlib.c
841
const char *
lastmatch
; /* end of last match */
member in struct:GMatchState
853
if ((e = match(&gm->ms, src, gm->p)) != NULL && e != gm->
lastmatch
) {
854
gm->src = gm->
lastmatch
= e;
873
gm->src = s + init; gm->p = p; gm->
lastmatch
= NULL;
954
const char *
lastmatch
= NULL; /* end of last match */
local
973
if ((e = match(&ms, src, p)) != NULL && e !=
lastmatch
) { /* match? */
976
src =
lastmatch
= e;
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h
612
const char *
lastmatch
{nullptr};
711
answer.
lastmatch
= p;
2303
const char *
lastmatch
{nullptr};
2402
answer.
lastmatch
= p;
2978
answer.ptr = pns.
lastmatch
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h
580
const char *
lastmatch
{nullptr};
683
answer.
lastmatch
= p;
2275
const char *
lastmatch
{nullptr};
2378
answer.
lastmatch
= p;
2970
answer.ptr = pns.
lastmatch
;
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc
298
answer.ptr = pns.
lastmatch
;
Completed in 58 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026