Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.init.c520 if (tw_env == NULL || *tw_env == NULL) in tw_envvar_next()
524 Strbuf_appendn(res, *tw_env, ps - *tw_env); in tw_envvar_next()
525 tw_env++; in tw_envvar_next()
540 tw_env = STR_environ; in tw_var_start()
554 tw_env = NULL; in tw_alias_start()
568 tw_env = NULL; in tw_complete_start()
734 tw_env = vp->vec; in tw_file_start()
747 while (tw_env && *tw_env) in tw_file_next()
751 tw_env++; in tw_file_next()
836 tw_env = tw_vptr->vec; in tw_vl_start()
[all …]