Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/include/
H A Dstk.h43 #define STK_NULL 2 /* return NULL on overflow */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dstk.h52 #define STK_NULL 2 /* return NULL on overflow */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dstk.h52 #define STK_NULL 2 /* return NULL on overflow */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dstk.h52 #define STK_NULL 2 /* return NULL on overflow */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dstk.h52 #define STK_NULL 2 /* return NULL on overflow */ macro
/titanic_50/usr/src/lib/libast/common/misc/
H A Dstk.c230 if(flags&STK_NULL) sp->stkoverflow = 0; in stkopen()
/titanic_50/usr/src/lib/libast/common/regex/
H A Dregnexec.c154 if (!(sp = stkopen(STK_SMALL|STK_NULL))) in vecopen()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE1455 96-01-31 stk: add STK_NULL to stk.h and stk.c