Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dstk.h65 extern Stk_t* stkopen(int);
H A Dstak.h46 #define stakcreate(n) stkopen(n)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c139 sp = stkopen(0); in stkinit()
213 Sfio_t *stkopen(int flags) in stkopen() function
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers856 stkopen;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c154 if (!(sp = stkopen(STK_SMALL|STK_NULL))) in vecopen()