Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h350 extern void dokill (Char **, struct command *);
H A Dsh.init.c97 { "kill", dokill, 1, INF },
H A Dsh.proc.c1436 dokill(Char **v, struct command *c) in dokill() function