OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_len
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libmenu/
menu.h
113
int
match_len
; /* length of pattern matched */
member in struct:__menu
/src/lib/libedit/
filecomplete.c
721
size_t matches_num, maxlen,
match_len
, match_display=1;
local in function:fn_complete2
767
match_len
= strlen(matches[i]);
768
if (
match_len
> maxlen)
769
maxlen =
match_len
;
/src/bin/ksh/
vi.c
2004
int
match_len
;
local in function:complete_word
2064
match_len
= strlen(match);
2069
match_len
= x_longest_prefix(nwords, words);
2080
rval = x_escape(match,
match_len
, x_vi_putbuf);
2089
if (
match_len
> 0 && !ISDIRSEP(match[
match_len
- 1]))
Completed in 13 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025