Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h127 #define MKSH_A_NORETURN __attribute__((__noreturn__)) macro
129 #define MKSH_A_NORETURN /* nothing */ macro
1860 MKSH_A_NORETURN
1870 void unwind(int) MKSH_A_NORETURN;
1876 MKSH_A_NORETURN
1879 MKSH_A_NORETURN
1889 MKSH_A_NORETURN
Dsyn.c58 static void syntaxerr(const char *) MKSH_A_NORETURN;
66 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;