Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/include/
H A Dstk.h42 #define STK_SMALL 1 /* small stkopen stack */ macro
H A Dstak.h38 #define STAK_SMALL STK_SMALL
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dstk.h42 #define STK_SMALL 1 /* small stkopen stack */ macro
H A Dstak.h38 #define STAK_SMALL STK_SMALL
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dstak.h47 #define STAK_SMALL STK_SMALL
H A Dstk.h51 #define STK_SMALL 1 /* small stkopen stack */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dstak.h47 #define STAK_SMALL STK_SMALL
H A Dstk.h51 #define STK_SMALL 1 /* small stkopen stack */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dstak.h47 #define STAK_SMALL STK_SMALL
H A Dstk.h51 #define STK_SMALL 1 /* small stkopen stack */ macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dstak.h47 #define STAK_SMALL STK_SMALL
H A Dstk.h51 #define STK_SMALL 1 /* small stkopen stack */ macro
/titanic_51/usr/src/lib/libast/common/misc/
H A Dstk.c229 sp->stkflags = (flags&STK_SMALL); in stkopen()
234 if(flags&STK_SMALL) in stkopen()
504 if(sp->stkflags&STK_SMALL) in stkgrow()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c229 sp->stkflags = (flags&STK_SMALL); in stkopen()
234 if(flags&STK_SMALL) in stkopen()
509 if(sp->stkflags&STK_SMALL) in stkgrow()
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c154 if (!(sp = stkopen(STK_SMALL|STK_NULL))) in vecopen()
/titanic_51/usr/src/lib/libast/common/regex/
H A Dregnexec.c154 if (!(sp = stkopen(STK_SMALL|STK_NULL))) in vecopen()