Home
last modified time | relevance | path

Searched refs:SMALLP (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dsh.h1603 #define SMALLP(x) /* nothing */ macro
1605 #define SMALLP(x) , x macro
2406 int x_bind(const char * SMALLP(bool));
Dfuncs.c1330 rv |= x_bind(*wp SMALLP(macro)); in c_bind()
Dedit.c2528 x_bind(const char *s SMALLP(bool macro)) in x_bind()