Searched refs:stkseek (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 166 stkseek(stkp,0); in sh_mactrim() 181 stkseek(stkp,0); in sh_mactrim() 236 stkseek(stkp,0); in sh_macexpand() 240 stkseek(stkp,ARGVAL); in sh_macexpand() 280 stkseek(stkp,0); in sh_machere() 390 stkseek(stkp,offset); in sh_machere() 622 stkseek(stkp,off); in copyto() 739 stkseek(stkp,stktell(stkp)-2); in copyto() 840 stkseek(stkp,c); in copyto() 1054 stkseek(shp->stk,offset); in sh_macfun() [all …]
|
H A D | lex.c | 220 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in lex_advance() 680 stkseek(stkp,n); in sh_lex() 1336 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in sh_lex() 1346 stkseek(stkp,stktell(stkp)-1); in sh_lex() 1374 stkseek(stkp,stktell(stkp)-1); in sh_lex() 1384 stkseek(stkp,stktell(stkp)-1); in sh_lex() 1396 stkseek(stkp,stktell(stkp)-2); in sh_lex() 1746 stkseek(stkp,ARGVAL); in nested_here() 1766 stkseek(stkp,0); in nested_here() 2194 stkseek(stkp,offset); in stack_shift() [all …]
|
H A D | parse.c | 410 stkseek(shp->stk,0); in sh_parse() 688 argp = (struct argnod*)stkseek(stkp,ARGVAL); in arithfor() 705 stkseek(stkp,offset); in arithfor() 1000 ar = (struct argnod*)stkseek(stkp,ARGVAL); in assign() 1020 ar = (struct argnod*)stkseek(stkp,ARGVAL); in assign() 1455 stkseek(stkp,ARGVAL); in simple() 2045 stkseek(stkp,offset); in kiaentity()
|
H A D | trestore.c | 184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL); in r_arg()
|
H A D | arith.c | 279 stkseek(shp->stk,off); in arith()
|
H A D | args.c | 796 ap = (struct argnod*)stkseek(shp->stk,ARGVAL); in sh_argprocsub()
|
H A D | xec.c | 251 stkseek(stkp,offset); in p_time() 268 stkseek(stkp,offset); in p_time() 564 stkseek(stkp,offset); in sh_debug() 2960 stkseek(stkp,0); in sh_exec()
|
/illumos-gate/usr/src/contrib/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)
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathcd.c | 99 stkseek(stkstd, i); in pathcd()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 439 stkseek(stkp,offset); in b_typeset() 627 stkseek(shp->stk,offset); in setall() 1104 stkseek(stkp,flag); in b_builtin()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 156 if (!(v = (Vector_t*)stkseek(sp, sizeof(Vector_t) + inc * siz))) in vecopen() 177 if (!(v = (Vector_t*)stkseek(v->stk, sizeof(Vector_t) + v->max * v->siz))) in vecseek()
|