/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 350 int offset = stktell(stkp); in sh_machere() 371 offset2 = stktell(stkp); in sh_machere() 375 if(c=stktell(stkp)-offset2) in sh_machere() 444 tilde = stktell(stkp); in copyto() 659 offset = stktell(stkp); in copyto() 675 cp = stkptr(stkp,stktell(stkp)); in copyto() 677 stkseek(stkp,stktell(stkp)-2); in copyto() 738 tilde = stktell(stkp)+(c+1); in copyto() 754 tilde = stktell(stkp)+(c+1); in copyto() 764 c = stktell(stkp); in copyto() [all …]
|
H A D | lex.c | 152 int n,offset = stktell(stkp); in refvar() 160 n = stktell(stkp)-lp->lexd.kiaoff; in refvar() 650 n = stktell(stkp)-c; in sh_lex() 817 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst(); in sh_lex() 1261 stkseek(stkp,stktell(stkp)-1); in sh_lex() 1263 n = stktell(stkp)-ARGVAL; 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() 1609 if(offset=stktell(stkp)) in nested_here() [all …]
|
H A D | xec.c | 161 n = stktell(stkp)-offset; in p_time() 326 int n = stktell(stkstd); in out_string() 330 *stkptr(stkstd,stktell(stkstd)-1) = c; in out_string() 401 int n=4, offset=stktell(stkp); in sh_debug() 435 *stkptr(stkp,stktell(stkp)-1) = 0; in sh_debug() 755 int offset = stktell(stkp); in sh_exec() 1965 int offset = stktell(stkp); in sh_exec() 1972 offset = stktell(stkp); in sh_exec() 2005 int offset = stktell(stkp); in sh_exec() 2020 offset = stktell(stkp); in sh_exec() [all …]
|
H A D | parse.c | 664 offset = stktell(stkp)-1; in arithfor() 1901 long offset = stktell(stkp); in kiaentity()
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | stk.h | 47 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
|
H A D | stak.h | 41 #define staktell() stktell(stkstd)
|
/titanic_41/usr/src/lib/libast/common/path/ |
H A D | pathcd.c | 97 i = stktell(stkstd); in pathcd()
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | stak.h | 50 #define staktell() stktell(stkstd)
|
H A D | stk.h | 56 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | stak.h | 50 #define staktell() stktell(stkstd)
|
H A D | stk.h | 56 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | stak.h | 50 #define staktell() stktell(stkstd)
|
H A D | stk.h | 56 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | stak.h | 50 #define staktell() stktell(stkstd)
|
H A D | stk.h | 56 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 108 int offset = stktell(stkstd); in make_time() 229 int offset = stktell(stkstd); in sh_newnode() 331 int savtop = stktell(stkstd); in walk_class()
|
H A D | getopts.c | 42 int savtop = stktell(stkp); in infof()
|
H A D | typeset.c | 383 int offset = stktell(stkp); in b_typeset() 499 int offset = stktell(shp->stk); in b_common() 851 flag = stktell(stkp); in b_builtin()
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 454 register int off=stktell(stream); in stkcopy() 501 register unsigned m = stktell(stream); in stkgrow()
|
H A D | error.c | 435 if (off = stktell(stkstd)) in errorv() 561 n = stktell(stkstd); in errorv()
|
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 198 #define stknew(s,p) ((p)->offset=stktell(s),(p)->base=stkfreeze(s,0))
|