Searched refs:MKSH_A_PURE (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | sh.h | 132 #define MKSH_A_PURE __attribute__((__pure__)) macro 134 #define MKSH_A_PURE /* nothing */ macro 1735 size_t utf_mbswidth(const char *) MKSH_A_PURE; 1736 const char *utf_skipcols(const char *, int) MKSH_A_PURE; 1737 size_t utf_ptradj(const char *) MKSH_A_PURE; 1741 int utf_wcwidth(unsigned int) MKSH_A_PURE; 1810 char **histpos(void) MKSH_A_PURE; 1813 int findhist(int, int, const char *, bool) MKSH_A_PURE; 1929 size_t option(const char *) MKSH_A_PURE; 1936 int has_globbing(const char *, const char *) MKSH_A_PURE; [all …]
|
D | misc.c | 52 const unsigned char *, bool) MKSH_A_PURE; 54 const unsigned char *, const unsigned char *) MKSH_A_PURE; 56 MKSH_A_PURE;
|
D | expr.c | 929 unsigned int val) MKSH_A_PURE;
|
D | syn.c | 61 static int inalias(struct source *) MKSH_A_PURE;
|
D | edit.c | 962 static char *x_bs0(char *, char *) MKSH_A_PURE; 991 static size_t x_nb2nc(size_t) MKSH_A_PURE; 3390 static int findch(int, int, bool, bool) MKSH_A_PURE;
|
D | eval.c | 79 static int utflen(const char *) MKSH_A_PURE;
|