Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h121 #define MKSH_A_NORETURN __attribute__((__noreturn__)) macro
123 #define MKSH_A_NORETURN /* nothing */ macro
1788 MKSH_A_NORETURN
1798 void unwind(int) MKSH_A_NORETURN;
1804 MKSH_A_NORETURN
1807 MKSH_A_NORETURN
1817 MKSH_A_NORETURN
Dsyn.c58 static void syntaxerr(const char *) MKSH_A_NORETURN;
67 static void dbtestp_error(Test_env *, int, const char *) MKSH_A_NORETURN;
Dexpr.c171 MKSH_A_NORETURN;
Dexec.c34 static void scriptexec(struct op *, const char **) MKSH_A_NORETURN;