Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h185 extern void dobuiltins (Char **, struct command *);
H A Dsh.init.c57 { "builtins", dobuiltins, 0, 0 },
H A Dsh.func.c2554 dobuiltins(Char **v, struct command *c) function