Searched defs:MKSH_A_PURE (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dsh.h126 #define MKSH_A_PURE __attribute__((__pure__)) macro
128 #define MKSH_A_PURE /* nothing */ macro
1667 size_t utf_mbswidth(const char *) MKSH_A_PURE;
1668 const char *utf_skipcols(const char *, int) MKSH_A_PURE;
1669 size_t utf_ptradj(const char *) MKSH_A_PURE;
1670 int utf_wcwidth(unsigned int) MKSH_A_PURE;
1738 char **histpos(void) MKSH_A_PURE;
1741 int findhist(int, int, const char *, bool) MKSH_A_PURE;
1857 size_t option(const char *) MKSH_A_PURE;
1864 int has_globbing(const char *, const char *) MKSH_A_PURE;
[all...]

Completed in 101 milliseconds