Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h39 extern void dosource (Char **, struct command *);
H A Dsh.init.c143 { "source", dosource, 1, INF },
H A Dsh.dir.c1348 dosource(loaddirs_cmd, NULL); in loaddirs()
H A Dsh.hist.c1367 dosource(loadhist_cmd, NULL); in loadhist()
H A Dsh.c2188 dosource(Char **t, struct command *c) in dosource() function