Searched refs:environ_set (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | environ.c | 91 environ_set(dstenv, envent->name, envent->flags, in environ_copy() 109 environ_set(struct environ *env, const char *name, int flags, const char *fmt, in environ_set() function 162 environ_set(env, name, flags, "%s", value); in environ_put() 200 environ_set(dst, envent->name, 0, "%s", envent->value); in environ_update() 262 environ_set(env, "TERM", 0, "%s", value); in environ_for_session() 263 environ_set(env, "TERM_PROGRAM", 0, "%s", "tmux"); in environ_for_session() 264 environ_set(env, "TERM_PROGRAM_VERSION", 0, "%s", getversion()); in environ_for_session() 277 environ_set(env, "TMUX", 0, "%s,%ld,%d", socket_path, (long)getpid(), in environ_for_session()
|
| D | spawn.c | 313 environ_set(child, "TMUX_PANE", 0, "%%%u", new_wp->id); in spawn_pane() 323 environ_set(child, "PATH", 0, "%s", ee->value); in spawn_pane() 326 environ_set(child, "PATH", 0, "%s", _PATH_DEFPATH); in spawn_pane() 336 environ_set(child, "SHELL", 0, "%s", new_wp->shell); in spawn_pane() 404 environ_set(child, "PWD", 0, "%s", new_wp->cwd); in spawn_pane() 406 environ_set(child, "PWD", 0, "%s", tmp); in spawn_pane() 408 environ_set(child, "PWD", 0, "/"); in spawn_pane()
|
| D | cmd-set-environment.c | 111 environ_set(env, name, ENVIRON_HIDDEN, "%s", value); in cmd_set_environment_exec() 113 environ_set(env, name, 0, "%s", value); in cmd_set_environment_exec()
|
| D | tmux.c | 379 environ_set(global_environ, "PWD", 0, "%s", cwd); in main()
|
| D | tmux.h | 2366 void printflike(4, 5) environ_set(struct environ *, const char *, int,
|