Searched refs:STK_SMALL (Results 1 - 4 of 4) sorted by relevance

/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
/ast/src/lib/libast/misc/
H A Dstk.c229 sp->stkflags = (flags&STK_SMALL);
234 if(flags&STK_SMALL)
509 if(sp->stkflags&STK_SMALL)
/ast/src/lib/libast/regex/
H A Dregnexec.c154 if (!(sp = stkopen(STK_SMALL|STK_NULL)))

Completed in 17 milliseconds