HomeSort by relevance Sort by last modified time
    Searched refs:MKSH_A_NORETURN (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
sh.h 134 #define MKSH_A_NORETURN __attribute__((__noreturn__))
136 #define MKSH_A_NORETURN /* nothing */
    [all...]
syn.c 59 static void syntaxerr(const char *) MKSH_A_NORETURN;
67 static void dbtestp_error(Test_env *, int, const char *) MKSH_A_NORETURN;
expr.c 94 MKSH_A_NORETURN;
exec.c 34 static void scriptexec(struct op *, const char **) MKSH_A_NORETURN;
    [all...]
edit.c 100 static void x_intr(int, int) MKSH_A_NORETURN;
    [all...]

Completed in 529 milliseconds