Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/nandtool/
HDnandtool.c59 _param_get_stringx(struct cmd_param *params, const char *name, int doexit) in _param_get_stringx() argument
68 if (doexit) { in _param_get_stringx()
83 _param_get_intx(struct cmd_param *params, const char *name, int doexit) in _param_get_intx() argument
86 char *str = _param_get_stringx(params, name, doexit); in _param_get_intx()
94 if (doexit) { in _param_get_intx()
/NextBSD/usr.sbin/usbdump/
HDusbdump.c111 static int doexit = 0; variable
296 doexit = 1; in handle_sigint()
686 while (doexit == 0) { in do_loop()
/NextBSD/release/picobsd/tinyware/msh/
HDsh3.c67 _PROTOTYPE(int doexit, (struct op *t ));
975 doexit(t) in doexit() function
1121 "exit", doexit,
/NextBSD/contrib/tcsh/
HDsh.decls.h151 extern void doexit (Char **, struct command *);
HDsh.init.c83 { "exit", doexit, 0, INF },
HDsh.func.c489 doexit(Char **v, struct command *c) in doexit() function