Searched defs:MKSH_A_UNUSED (Results 1 – 8 of 8) sorted by relevance
/external/mksh/src/ |
D | edit.c | 1378 x_del_back(int c MKSH_A_UNUSED) in x_del_back() 1394 x_del_char(int c MKSH_A_UNUSED) in x_del_char() 1488 x_del_bword(int c MKSH_A_UNUSED) in x_del_bword() 1495 x_mv_bword(int c MKSH_A_UNUSED) in x_mv_bword() 1502 x_mv_fword(int c MKSH_A_UNUSED) in x_mv_fword() 1509 x_del_fword(int c MKSH_A_UNUSED) in x_del_fword() 1667 x_mv_back(int c MKSH_A_UNUSED) in x_mv_back() 1682 x_mv_forw(int c MKSH_A_UNUSED) in x_mv_forw() 1701 x_search_char_forw(int c MKSH_A_UNUSED) in x_search_char_forw() 1723 x_search_char_back(int c MKSH_A_UNUSED) in x_search_char_back() [all …]
|
D | syn.c | 1027 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED, in dbtestp_getopnd() 1028 bool do_eval MKSH_A_UNUSED) in dbtestp_getopnd() 1042 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED, in dbtestp_eval() 1043 const char *opnd1 MKSH_A_UNUSED, const char *opnd2 MKSH_A_UNUSED, in dbtestp_eval() 1044 bool do_eval MKSH_A_UNUSED) in dbtestp_eval() 1127 yyrecursive(int subtype MKSH_A_UNUSED) in yyrecursive()
|
D | funcs.c | 75 c_true(const char **wp MKSH_A_UNUSED) in c_true() 81 c_false(const char **wp MKSH_A_UNUSED) in c_false() 485 s_put(int c MKSH_A_UNUSED) in s_put() 2503 c_times(const char **wp MKSH_A_UNUSED) in c_times() 2632 c_exec(const char **wp MKSH_A_UNUSED) in c_exec() 3313 ptest_getopnd(Test_env *te, Test_op op, bool do_eval MKSH_A_UNUSED) in ptest_getopnd()
|
D | histrap.c | 632 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups) in histsave() 1058 alarm_catcher(int sig MKSH_A_UNUSED) in alarm_catcher()
|
D | eval.c | 1286 comsub(Expand *xp, const char *cp, int fn MKSH_A_UNUSED) in comsub()
|
D | jobs.c | 1252 j_sigchld(int sig MKSH_A_UNUSED) in j_sigchld()
|
D | main.c | 1848 x_sigwinch(int sig MKSH_A_UNUSED) in x_sigwinch()
|
D | sh.h | 126 #define MKSH_A_UNUSED __attribute__((__unused__)) macro 128 #define MKSH_A_UNUSED /* nothing */ macro
|