Searched refs:vis_env (Results 1 – 1 of 1) sorted by relevance
111 char *vis_args, *vis_env, *str; in command() local135 if ((vis_env = malloc(strlen(k->ki_env) * 4 + 1)) in command()138 strvis(vis_env, k->ki_env, in command()141 vis_env = NULL; in command()145 vis_env ? vis_env : "", in command()146 vis_env ? " " : "", in command()149 if (vis_env != NULL) in command()150 free(vis_env); in command()