Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h134 #define MKSH_A_NORETURN __attribute__((__noreturn__)) macro
136 #define MKSH_A_NORETURN /* nothing */ macro
2489 MKSH_A_NORETURN
2499 void unwind(int) MKSH_A_NORETURN;
2505 MKSH_A_NORETURN
2508 MKSH_A_NORETURN
2518 MKSH_A_NORETURN
Dsyn.c59 static void syntaxerr(const char *) MKSH_A_NORETURN;
67 static void dbtestp_error(Test_env *, int, const char *) MKSH_A_NORETURN;
Dexpr.c94 MKSH_A_NORETURN;
Dexec.c35 static void scriptexec(struct op *, const char **) MKSH_A_NORETURN;
Dedit.c100 static void x_intr(int, int) MKSH_A_NORETURN;