Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.decls.h174 extern void dounsetenv (Char **, struct command *);
H A Dsh.init.c166 { "unsetenv", dounsetenv, 1, INF },
H A Dsh.func.c1544 dounsetenv(Char **v, struct command *c) in dounsetenv() function