Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dmacro.c156 stkseek(stkp,0); in sh_mactrim()
171 stkseek(stkp,0); in sh_mactrim()
225 stkseek(stkp,0); in sh_macexpand()
229 stkseek(stkp,ARGVAL); in sh_macexpand()
269 stkseek(stkp,0); in sh_machere()
378 stkseek(stkp,offset); in sh_machere()
677 stkseek(stkp,stktell(stkp)-2); in copyto()
766 stkseek(stkp,c); in copyto()
807 stkseek(stkp,n); in mac_substitute()
990 stkseek(shp->stk,offset); in sh_macfun()
[all …]
H A Dlex.c211 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in lex_advance()
651 stkseek(stkp,n); in sh_lex()
1251 lp->arg = (struct argnod*)stkseek(stkp,ARGVAL); in sh_lex()
1261 stkseek(stkp,stktell(stkp)-1); in sh_lex()
1289 stkseek(stkp,stktell(stkp)-1); in sh_lex()
1299 stkseek(stkp,stktell(stkp)-1); in sh_lex()
1311 stkseek(stkp,stktell(stkp)-2); in sh_lex()
1614 stkseek(stkp,ARGVAL); in nested_here()
1633 stkseek(stkp,0); in nested_here()
2029 stkseek(stkp,offset); in stack_shift()
[all …]
H A Dparse.c387 stkseek(shp->stk,0); in sh_parse()
656 argp = (struct argnod*)stkseek(stkp,ARGVAL); in arithfor()
673 stkseek(stkp,offset); in arithfor()
922 ap = (struct argnod*)stkseek(stkp,ARGVAL); in assign()
933 ap = (struct argnod*)stkseek(stkp,ARGVAL); in assign()
1332 stkseek(stkp,ARGVAL); in simple()
1913 stkseek(stkp,offset); in kiaentity()
H A Dtrestore.c184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL); in r_arg()
H A Dxec.c146 stkseek(stkp,offset); in p_time()
163 stkseek(stkp,offset); in p_time()
457 stkseek(stkp,offset); in sh_debug()
759 stkseek(stkp,offset); in sh_exec()
2234 stkseek(stkp,0); in sh_exec()
H A Dargs.c803 ap = (struct argnod*)stkseek(shp->stk,ARGVAL); in sh_argprocsub()
/titanic_50/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)
/titanic_50/usr/src/lib/libast/common/path/
H A Dpathcd.c99 stkseek(stkstd, i); in pathcd()
/titanic_50/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
/titanic_50/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
/titanic_50/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
/titanic_50/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
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c389 stkseek(stkp,offset); in b_typeset()
504 stkseek(shp->stk,offset); in b_common()
891 stkseek(stkp,flag); in b_builtin()
/titanic_50/usr/src/lib/libast/common/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()