Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dsh.decls.h40 extern void dosource (Char **, struct command *);
H A Dsh.init.c147 { "source", dosource, 1, INF },
H A Dsh.dir.c1348 dosource(loaddirs_cmd, NULL); in loaddirs()
H A Dsh.hist.c1345 dosource(loadhist_cmd, NULL); in loadhist()
H A Dsh.c2179 dosource(Char **t, struct command *c) in dosource() function