Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h157 extern void dologin (Char **, struct command *);
H A Dsh.init.c107 { "login", dologin, 0, 1 },
H A Dsh.func.c296 dologin(Char **v, struct command *c) in dologin() function