Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.decls.h118 extern void hashstat (Char **, struct command *);
H A Dsh.init.c89 { "hashstat", hashstat, 0, 0 },
H A Dsh.exec.c778 hashstat(Char **v, struct command *c) in hashstat() function