Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1548 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE)
1553 SHELL_SIZE = sizeof(union { int i; char *cp; double d; }) - 1, enumerator