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

/external/mksh/src/
H A Dsh.h108 #define MKSH_A_NORETURN __attribute__((__noreturn__)) macro
110 #define MKSH_A_NORETURN /* nothing */ macro
1684 MKSH_A_NORETURN
1694 void unwind(int) MKSH_A_NORETURN;
1700 MKSH_A_NORETURN
1703 MKSH_A_NORETURN
1713 MKSH_A_NORETURN
H A Dsyn.c51 static void syntaxerr(const char *) MKSH_A_NORETURN;
60 static void dbtestp_error(Test_env *, int, const char *) MKSH_A_NORETURN;
H A Dexpr.c157 MKSH_A_NORETURN;
H A Dexec.c33 static void scriptexec(struct op *, const char **) MKSH_A_NORETURN;

Completed in 63 milliseconds