OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MKSH_A_PURE
(Results
1 - 6
of
6
) sorted by null
/external/mksh/src/
sh.h
126
#define
MKSH_A_PURE
__attribute__((__pure__))
128
#define
MKSH_A_PURE
/* nothing */
[
all
...]
misc.c
52
const unsigned char *, bool)
MKSH_A_PURE
;
54
const unsigned char *, const unsigned char *)
MKSH_A_PURE
;
56
MKSH_A_PURE
;
[
all
...]
expr.c
927
unsigned int val)
MKSH_A_PURE
;
syn.c
62
static int inalias(struct source *)
MKSH_A_PURE
;
eval.c
78
static int utflen(const char *)
MKSH_A_PURE
;
[
all
...]
edit.c
964
static char *x_bs0(char *, char *)
MKSH_A_PURE
;
993
static size_t x_nb2nc(size_t)
MKSH_A_PURE
;
[
all
...]
Completed in 35 milliseconds