/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 156 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 D | lex.c | 211 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 D | parse.c | 387 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 D | trestore.c | 184 ap = (struct argnod*)stkseek(stkp,(unsigned)l+ARGVAL); in r_arg()
|
H A D | xec.c | 146 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 D | args.c | 803 ap = (struct argnod*)stkseek(shp->stk,ARGVAL); in sh_argprocsub()
|
/titanic_50/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)
|
/titanic_50/usr/src/lib/libast/common/path/ |
H A D | pathcd.c | 99 stkseek(stkstd, i); in pathcd()
|
/titanic_50/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
|
/titanic_50/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
|
/titanic_50/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
|
/titanic_50/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
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 389 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 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()
|