OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MKSH_A_NORETURN
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
sh.h
121
#define
MKSH_A_NORETURN
__attribute__((__noreturn__))
123
#define
MKSH_A_NORETURN
/* nothing */
[
all
...]
syn.c
58
static void syntaxerr(const char *)
MKSH_A_NORETURN
;
67
static void dbtestp_error(Test_env *, int, const char *)
MKSH_A_NORETURN
;
expr.c
171
MKSH_A_NORETURN
;
exec.c
34
static void scriptexec(struct op *, const char **)
MKSH_A_NORETURN
;
[
all
...]
Completed in 55 milliseconds