Home
last modified time | relevance | path

Searched refs:stkseek (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c166 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 Dlex.c220 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 Dparse.c410 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 Dtrestore.c184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL); in r_arg()
H A Darith.c279 stkseek(shp->stk,off); in arith()
H A Dargs.c796 ap = (struct argnod*)stkseek(shp->stk,ARGVAL); in sh_argprocsub()
H A Dxec.c251 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 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)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathcd.c99 stkseek(stkstd, i); in pathcd()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c439 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 Dregnexec.c156 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()