OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:key_end
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
split_qnameval.c
65
char *
key_end
;
local
73
for (
key_end
= key; *
key_end
;
key_end
++) {
74
if (*
key_end
== '\\') {
75
if (*++
key_end
== 0)
77
} else if (ISSPACE(*
key_end
) || *
key_end
== '=') {
80
} else if (*
key_end
== '"') {
87
value =
key_end
;
[
all
...]
/src/external/bsd/less/dist/lesstest/
lesstest.h
54
char*
key_end
;
member in struct:TermInfo
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h
540
key_iterator
key_end
() { return key_iterator(); }
function in class:llvm::OnDiskIterableChainedHashTable
543
return make_range(key_begin(),
key_end
());
/src/lib/libterminfo/
term.h
1276
#define
key_end
t_key_end(cur_term)
macro
1674
*
key_end
: 7
Completed in 21 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026