Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libiberty/src/
Dalloca.c98 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ macro
103 #define STACK_DIR stack_dir macro
168 if (STACK_DIR == 0) /* Unknown growth direction. */ in C_alloca()
179 if ((STACK_DIR > 0 && hp->h.deep > depth) in C_alloca()
180 || (STACK_DIR < 0 && hp->h.deep < depth)) in C_alloca()
/openbsd/src/gnu/usr.bin/texinfo/lib/
Dalloca.c91 # define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ macro
96 # define STACK_DIR stack_dir macro
159 if (STACK_DIR == 0) /* Unknown growth direction. */ in alloca()
174 if ((STACK_DIR > 0 && hp->h.deep > depth) in alloca()
175 || (STACK_DIR < 0 && hp->h.deep < depth)) in alloca()