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

/osnet-11/usr/src/lib/libast/common/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)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dstak.h54 #define stakseek(n) stkseek(stkstd,n)
H A Dstk.h57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathcd.c99 stkseek(stkstd, i);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dstak.h54 #define stakseek(n) stkseek(stkstd,n)
H A Dstk.h57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dstak.h54 #define stakseek(n) stkseek(stkstd,n)
H A Dstk.h57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dstak.h54 #define stakseek(n) stkseek(stkstd,n)
H A Dstk.h57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c164 stkseek(stkp,0);
179 stkseek(stkp,0);
234 stkseek(stkp,0);
238 stkseek(stkp,ARGVAL);
278 stkseek(stkp,0);
387 stkseek(stkp,offset);
618 stkseek(stkp,off);
728 stkseek(stkp,stktell(stkp)-2);
821 stkseek(stkp,c);
862 stkseek(stk
[all...]
H A Dparse.c399 stkseek(shp->stk,0);
676 argp = (struct argnod*)stkseek(stkp,ARGVAL);
693 stkseek(stkp,offset);
983 ar = (struct argnod*)stkseek(stkp,ARGVAL);
1003 ar = (struct argnod*)stkseek(stkp,ARGVAL);
1436 stkseek(stkp,ARGVAL);
2024 stkseek(stkp,offset);
H A Dtrestore.c184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL);
H A Darith.c249 stkseek(shp->stk,off);
H A Dlex.c219 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL);
670 stkseek(stkp,n);
1295 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL);
1305 stkseek(stkp,stktell(stkp)-1);
1333 stkseek(stkp,stktell(stkp)-1);
1343 stkseek(stkp,stktell(stkp)-1);
1355 stkseek(stkp,stktell(stkp)-2);
1670 stkseek(stkp,ARGVAL);
1690 stkseek(stkp,0);
2090 stkseek(stk
[all...]
H A Dargs.c812 ap = (struct argnod*)stkseek(shp->stk,ARGVAL);
H A Dxec.c215 stkseek(stkp,offset);
232 stkseek(stkp,offset);
528 stkseek(stkp,offset);
2757 stkseek(stkp,0);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c419 stkseek(stkp,offset);
576 stkseek(shp->stk,offset);
1024 stkseek(stkp,flag);
/osnet-11/usr/src/lib/libast/common/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 53 milliseconds