Searched refs:script_env (Results 1 – 4 of 4) sorted by relevance
203 env = reallocarray(ctx->script_env, nenv + 1, sizeof(*env)); in script_buftoenv()206 ctx->script_env = env; in script_buftoenv()211 envp = ctx->script_env; in script_buftoenv()220 return ctx->script_env; in script_buftoenv()705 pid = script_exec(argv, ctx->script_env); in script_run()
172 char **script_env; member
295 pid = script_exec(argv, ctx->script_env); in ps_root_run_script()
2687 free(ctx.script_env); in main()