Searched refs:SHELL_SIZE (Results 1 – 1 of 1) sorted by relevance
42 #define SHELL_SIZE (sizeof(union {int i; char *cp; double d; }) - 1) macro47 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE)