Searched refs:stkseek (Results 1 - 14 of 14) sorted by relevance
/ast/src/lib/libast/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)
|
/ast/src/lib/libast/path/ |
H A D | pathcd.c | 99 stkseek(stkstd, i);
|
/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 166 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 D | parse.c | 403 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 D | trestore.c | 184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL);
|
H A D | arith.c | 279 stkseek(shp->stk,off);
|
H A D | lex.c | 217 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 D | args.c | 787 ap = (struct argnod*)stkseek(shp->stk,ARGVAL);
|
H A D | xec.c | 248 stkseek(stkp,offset); 265 stkseek(stkp,offset); 561 stkseek(stkp,offset); 2943 stkseek(stkp,0);
|
/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 438 stkseek(stkp,offset); 626 stkseek(shp->stk,offset); 1103 stkseek(stkp,flag);
|
/ast/src/cmd/kshlib/dss/ |
H A D | dss.c | 233 stkseek(stkstd,offset); 247 stkseek(stkstd,offset); 864 stkseek(stkstd,offset);
|
/ast/src/lib/libtksh/src/ |
H A D | var.c | 379 stkseek(stkstd, offset);
|
/ast/src/lib/libast/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 56 milliseconds