Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h116 extern void dounhash (Char **, struct command *);
H A Dsh.init.c158 { "unhash", dounhash, 0, 0 },
H A Dsh.exec.c765 dounhash(Char **v, struct command *c) in dounhash() function