Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h165 extern void doprintenv (Char **, struct command *);
H A Dsh.init.c121 { "printenv", doprintenv, 0, 1 },
H A Dsh.func.c1341 doprintenv(Char **v, struct command *c) in doprintenv() function
1387 doprintenv(--v, 0); in dosetenv()