Searched refs:environ_find (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Denviron.c99 environ_find(struct environ *env, const char *name) function
116 if ((envent = environ_find(env, name)) != NULL) {
136 if ((envent = environ_find(env, name)) != NULL) {
172 if ((envent = environ_find(env, name)) == NULL)
H A Dcmd-show-environment.c128 envent = environ_find(env, name);
H A Dspawn.c323 ee = environ_find(c->environ, "PATH");
327 if (environ_find(child, "PATH") == NULL)
H A Dtmux.c132 value = environ_find(global_environ, name);
H A Dcmd-parse.y1552 envent = environ_find(global_environ, name);
1586 envent = environ_find(global_environ, "HOME");
H A Dcmd-find.c94 envent = environ_find(c->environ, "TMUX_PANE");
H A Dtmux.h2283 struct environ_entry *environ_find(struct environ *, const char *);

Completed in 202 milliseconds