Lines Matching defs:MKSH_A_PURE
142 #define MKSH_A_PURE __attribute__((__pure__))
144 #define MKSH_A_PURE /* nothing */
2446 size_t utf_mbswidth(const char *) MKSH_A_PURE;
2448 size_t utf_ptradj(const char *) MKSH_A_PURE;
2452 int utf_wcwidth(unsigned int) MKSH_A_PURE;
2520 char **histpos(void) MKSH_A_PURE;
2523 int findhist(int, const char *, bool, bool) MKSH_A_PURE;
2640 size_t option(const char *) MKSH_A_PURE;
2647 bool has_globbing(const char *) MKSH_A_PURE;
2648 int ascstrcmp(const void *, const void *) MKSH_A_PURE;
2649 int ascpstrcmp(const void *, const void *) MKSH_A_PURE;
2750 const char *skip_varname(const char *, bool) MKSH_A_PURE;
2751 const char *skip_wdvarname(const char *, bool) MKSH_A_PURE;
2752 int is_wdvarname(const char *, bool) MKSH_A_PURE;
2753 int is_wdvarassign(const char *) MKSH_A_PURE;
2757 size_t array_ref_len(const char *) MKSH_A_PURE;
2760 uint32_t hash(const void *) MKSH_A_PURE;
2761 uint32_t chvt_rndsetup(const void *, size_t) MKSH_A_PURE;
2834 Test_op test_isop(Test_meta, const char *) MKSH_A_PURE;