Lines Matching refs:MKSH_A_PURE
126 #define MKSH_A_PURE __attribute__((__pure__)) macro
128 #define MKSH_A_PURE /* nothing */ macro
1672 size_t utf_mbswidth(const char *) MKSH_A_PURE;
1673 const char *utf_skipcols(const char *, int) MKSH_A_PURE;
1674 size_t utf_ptradj(const char *) MKSH_A_PURE;
1675 int utf_wcwidth(unsigned int) MKSH_A_PURE;
1743 char **histpos(void) MKSH_A_PURE;
1746 int findhist(int, int, const char *, bool) MKSH_A_PURE;
1862 size_t option(const char *) MKSH_A_PURE;
1869 int has_globbing(const char *, const char *) MKSH_A_PURE;
1870 int xstrcmp(const void *, const void *) MKSH_A_PURE;
1964 const char *skip_varname(const char *, bool) MKSH_A_PURE;
1965 const char *skip_wdvarname(const char *, bool) MKSH_A_PURE;
1966 int is_wdvarname(const char *, bool) MKSH_A_PURE;
1967 int is_wdvarassign(const char *) MKSH_A_PURE;
1971 size_t array_ref_len(const char *) MKSH_A_PURE;
1974 uint32_t hash(const void *) MKSH_A_PURE;
1975 uint32_t chvt_rndsetup(const void *, size_t) MKSH_A_PURE;
2029 Test_op test_isop(Test_meta, const char *) MKSH_A_PURE;