OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yev
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/evbmips/evbmips/
yamon.c
100
yamon_env_var *
yev
= yamon_envp;
local in function:yamon_getenv
102
if (
yev
== NULL)
104
while (
yev
->name != NULL) {
105
if (strcmp(
yev
->name, name) == 0)
106
return (
yev
->val);
107
yev
++;
Completed in 12 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025