Home
last modified time | relevance | path

Searched refs:MKSH_A_PURE (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dsh.h139 #define MKSH_A_PURE __attribute__((__pure__)) macro
141 #define MKSH_A_PURE /* nothing */ macro
2365 size_t utf_mbswidth(const char *) MKSH_A_PURE;
2367 size_t utf_ptradj(const char *) MKSH_A_PURE;
2371 int utf_wcwidth(unsigned int) MKSH_A_PURE;
2439 char **histpos(void) MKSH_A_PURE;
2442 int findhist(int, int, const char *, bool) MKSH_A_PURE;
2557 size_t option(const char *) MKSH_A_PURE;
2564 bool has_globbing(const char *) MKSH_A_PURE;
2565 int ascstrcmp(const void *, const void *) MKSH_A_PURE;
[all …]
Dmisc.c50 const unsigned char *, bool) MKSH_A_PURE;
53 const unsigned char *) MKSH_A_PURE;
55 MKSH_A_PURE;
Dexpr.c885 unsigned int val) MKSH_A_PURE;
Dsyn.c62 static int inalias(struct source *) MKSH_A_PURE;
Dedit.c984 static char *x_bs0(char *, char *) MKSH_A_PURE;
1013 static size_t x_nb2nc(size_t) MKSH_A_PURE;
3396 static int findch(int, int, bool, bool) MKSH_A_PURE;
Deval.c85 static int utflen(const char *) MKSH_A_PURE;