Home
last modified time | relevance | path

Searched refs:doexit (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/usbdump/
H A Dusbdump.c109 static int doexit; variable
296 doexit = 1; in handle_sigint()
695 while (doexit == 0) { in do_loop()
/freebsd/contrib/tcsh/
H A Dsh.decls.h151 extern void doexit (Char **, struct command *);
H A Dsh.init.c79 { "exit", doexit, 0, INF },
H A Dsh.func.c485 doexit(Char **v, struct command *c) in doexit() function