Searched refs:stkseek (Results 1 - 14 of 14) sorted by relevance

/ast/src/lib/libast/include/
H A Dstk.h48 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
H A Dstak.h45 #define stakseek(n) stkseek(stkstd,n)
/ast/src/lib/libast/path/
H A Dpathcd.c99 stkseek(stkstd, i);
/ast/src/cmd/ksh93/sh/
H A Dmacro.c166 stkseek(stkp,0);
181 stkseek(stkp,0);
236 stkseek(stkp,0);
240 stkseek(stkp,ARGVAL);
280 stkseek(stkp,0);
390 stkseek(stkp,offset);
621 stkseek(stkp,off);
736 stkseek(stkp,stktell(stkp)-2);
836 stkseek(stkp,c);
1050 stkseek(sh
[all...]
H A Dparse.c403 stkseek(shp->stk,0);
680 argp = (struct argnod*)stkseek(stkp,ARGVAL);
697 stkseek(stkp,offset);
992 ar = (struct argnod*)stkseek(stkp,ARGVAL);
1012 ar = (struct argnod*)stkseek(stkp,ARGVAL);
1446 stkseek(stkp,ARGVAL);
2036 stkseek(stkp,offset);
H A Dtrestore.c184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL);
H A Darith.c279 stkseek(shp->stk,off);
H A Dlex.c217 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL);
676 stkseek(stkp,n);
1327 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL);
1337 stkseek(stkp,stktell(stkp)-1);
1365 stkseek(stkp,stktell(stkp)-1);
1375 stkseek(stkp,stktell(stkp)-1);
1387 stkseek(stkp,stktell(stkp)-2);
1708 stkseek(stkp,ARGVAL);
1728 stkseek(stkp,0);
2155 stkseek(stk
[all...]
H A Dargs.c787 ap = (struct argnod*)stkseek(shp->stk,ARGVAL);
H A Dxec.c248 stkseek(stkp,offset);
265 stkseek(stkp,offset);
561 stkseek(stkp,offset);
2943 stkseek(stkp,0);
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c438 stkseek(stkp,offset);
626 stkseek(shp->stk,offset);
1103 stkseek(stkp,flag);
/ast/src/cmd/kshlib/dss/
H A Ddss.c233 stkseek(stkstd,offset);
247 stkseek(stkstd,offset);
864 stkseek(stkstd,offset);
/ast/src/lib/libtksh/src/
H A Dvar.c379 stkseek(stkstd, offset);
/ast/src/lib/libast/regex/
H A Dregnexec.c156 if (!(v = (Vector_t*)stkseek(sp, sizeof(Vector_t) + inc * siz)))
177 if (!(v = (Vector_t*)stkseek(v->stk, sizeof(Vector_t) + v->max * v->siz)))

Completed in 56 milliseconds