Searched refs:stkseek (Results 1 - 19 of 19) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | stk.h | 48 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
|
H A D | stak.h | 45 #define stakseek(n) stkseek(stkstd,n)
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | stak.h | 54 #define stakseek(n) stkseek(stkstd,n)
|
H A D | stk.h | 57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
|
/illumos-gate/usr/src/lib/libast/common/path/ |
H A D | pathcd.c | 99 stkseek(stkstd, i);
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | stak.h | 54 #define stakseek(n) stkseek(stkstd,n)
|
H A D | stk.h | 57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | stak.h | 54 #define stakseek(n) stkseek(stkstd,n)
|
H A D | stk.h | 57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | stak.h | 54 #define stakseek(n) stkseek(stkstd,n)
|
H A D | stk.h | 57 #define stkseek(sp,n) ((n)==0?(char*)((sp)->_next=(sp)->_data):_stkseek(sp,n)) macro
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 156 stkseek(stkp,0); 171 stkseek(stkp,0); 225 stkseek(stkp,0); 229 stkseek(stkp,ARGVAL); 269 stkseek(stkp,0); 378 stkseek(stkp,offset); 677 stkseek(stkp,stktell(stkp)-2); 766 stkseek(stkp,c); 807 stkseek(stkp,n); 990 stkseek(sh [all...] |
H A D | parse.c | 387 stkseek(shp->stk,0); 656 argp = (struct argnod*)stkseek(stkp,ARGVAL); 673 stkseek(stkp,offset); 922 ap = (struct argnod*)stkseek(stkp,ARGVAL); 933 ap = (struct argnod*)stkseek(stkp,ARGVAL); 1332 stkseek(stkp,ARGVAL); 1913 stkseek(stkp,offset);
|
H A D | trestore.c | 184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL);
|
H A D | lex.c | 211 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); 651 stkseek(stkp,n); 1251 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); 1261 stkseek(stkp,stktell(stkp)-1); 1289 stkseek(stkp,stktell(stkp)-1); 1299 stkseek(stkp,stktell(stkp)-1); 1311 stkseek(stkp,stktell(stkp)-2); 1614 stkseek(stkp,ARGVAL); 1633 stkseek(stkp,0); 2029 stkseek(stk [all...] |
H A D | xec.c | 146 stkseek(stkp,offset); 163 stkseek(stkp,offset); 457 stkseek(stkp,offset); 759 stkseek(stkp,offset); 2234 stkseek(stkp,0);
|
H A D | args.c | 803 ap = (struct argnod*)stkseek(shp->stk,ARGVAL);
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 389 stkseek(stkp,offset); 504 stkseek(shp->stk,offset); 891 stkseek(stkp,flag);
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 156 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 74 milliseconds