Home
last modified time | relevance | path

Searched refs:MKSH_A_UNUSED (Results 1 – 9 of 9) sorted by relevance

/external/mksh/src/
Dedit.c1378 x_del_back(int c MKSH_A_UNUSED) in x_del_back() argument
1394 x_del_char(int c MKSH_A_UNUSED) in x_del_char() argument
1488 x_del_bword(int c MKSH_A_UNUSED) in x_del_bword() argument
1495 x_mv_bword(int c MKSH_A_UNUSED) in x_mv_bword() argument
1502 x_mv_fword(int c MKSH_A_UNUSED) in x_mv_fword() argument
1509 x_del_fword(int c MKSH_A_UNUSED) in x_del_fword() argument
1667 x_mv_back(int c MKSH_A_UNUSED) in x_mv_back() argument
1682 x_mv_forw(int c MKSH_A_UNUSED) in x_mv_forw() argument
1701 x_search_char_forw(int c MKSH_A_UNUSED) in x_search_char_forw() argument
1723 x_search_char_back(int c MKSH_A_UNUSED) in x_search_char_back() argument
[all …]
Dsyn.c1027 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED, in dbtestp_getopnd() argument
1028 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd() argument
1042 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED, in dbtestp_eval() argument
1043 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval() argument
1044 bool do_eval MKSH_A_UNUSED) in dbtestp_eval() argument
1127 yyrecursive(int subtype MKSH_A_UNUSED) in yyrecursive() argument
Dfuncs.c75 c_true(const char **wp MKSH_A_UNUSED) in c_true() argument
81 c_false(const char **wp MKSH_A_UNUSED) in c_false() argument
485 s_put(int c MKSH_A_UNUSED) in s_put() argument
2503 c_times(const char **wp MKSH_A_UNUSED) in c_times() argument
2632 c_exec(const char **wp MKSH_A_UNUSED) in c_exec() argument
3313 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd() argument
Dhistrap.c632 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups) in histsave() argument
1058 alarm_catcher(int sig MKSH_A_UNUSED) in alarm_catcher() argument
Dsh.h126 #define MKSH_A_UNUSED __attribute__((__unused__)) macro
128 #define MKSH_A_UNUSED /* nothing */ macro
Dmain.c1848 x_sigwinch(int sig MKSH_A_UNUSED) in x_sigwinch() argument
Djobs.c1252 j_sigchld(int sig MKSH_A_UNUSED) in j_sigchld() argument
Deval.c1286 comsub(Expand *xp, const char *cp, int fn MKSH_A_UNUSED) in comsub() argument
DBuild.sh2000 static void fpe_catcher(int sig MKSH_A_UNUSED) {