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

/external/mksh/src/
H A Dsh.h121 #define MKSH_A_NORETURN __attribute__((__noreturn__)) macro
123 #define MKSH_A_NORETURN /* nothing */ macro
1833 MKSH_A_NORETURN
1844 void unwind(int) MKSH_A_NORETURN;
1850 MKSH_A_NORETURN
1853 MKSH_A_NORETURN
1863 MKSH_A_NORETURN
H A Dsyn.c58 static void syntaxerr(const char *) MKSH_A_NORETURN;
67 static void dbtestp_error(Test_env *, int, const char *) MKSH_A_NORETURN;
H A Dexpr.c172 MKSH_A_NORETURN;
H A Dexec.c34 static void scriptexec(struct op *, const char **) MKSH_A_NORETURN;
H A DBuild.sh1977 static void fpe_catcher(int) MKSH_A_NORETURN;

Completed in 215 milliseconds