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

/freebsd-13-stable/contrib/tcsh/
H A Dtw.init.c51 static Char **tw_env = NULL; /* Current environment variable */ variable
520 if (tw_env == NULL || *tw_env == NULL)
522 for (ps = *tw_env; *ps && *ps != '='; ps++)
524 Strbuf_appendn(res, *tw_env, ps - *tw_env);
525 tw_env++;
540 tw_env = STR_environ;
554 tw_env = NULL;
568 tw_env
[all...]

Completed in 27 milliseconds