HomeSort by: relevance | last modified time | path
    Searched refs:environ_set (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tmux/dist/
environ.c 91 environ_set(dstenv, envent->name, envent->flags,
109 environ_set(struct environ *env, const char *name, int flags, const char *fmt, function
162 environ_set(env, name, flags, "%s", value);
200 environ_set(dst, envent->name, 0, "%s", envent->value);
262 environ_set(env, "TERM", 0, "%s", value);
263 environ_set(env, "TERM_PROGRAM", 0, "%s", "tmux");
264 environ_set(env, "TERM_PROGRAM_VERSION", 0, "%s", getversion());
265 environ_set(env, "COLORTERM", 0, "truecolor");
283 environ_set(env, "TMUX", 0, "%s,%ld,%d", socket_path, (long)getpid(),
cmd-set-environment.c 111 environ_set(env, name, ENVIRON_HIDDEN, "%s", value);
113 environ_set(env, name, 0, "%s", value);
spawn.c 314 environ_set(child, "TMUX_PANE", 0, "%%%u", new_wp->id);
324 environ_set(child, "PATH", 0, "%s", ee->value);
327 environ_set(child, "PATH", 0, "%s", _PATH_DEFPATH);
337 environ_set(child, "SHELL", 0, "%s", new_wp->shell);
404 environ_set(child, "PWD", 0, "%s", new_wp->cwd);
406 environ_set(child, "PWD", 0, "%s", tmp);
408 environ_set(child, "PWD", 0, "/");
job.c 144 environ_set(env, "PWD", 0, "%s", cwd);
146 environ_set(env, "PWD", 0, "%s", home);
148 environ_set(env, "PWD", 0, "/");
tmux.c 379 environ_set(global_environ, "PWD", 0, "%s", cwd);
tmux.h 2490 void printflike(4, 5) environ_set(struct environ *, const char *, int,

Completed in 31 milliseconds