Home
last modified time | relevance | path

Searched refs:stktell (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmacro.c350 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 Dlex.c152 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 Dxec.c161 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 Dparse.c664 offset = stktell(stkp)-1; in arithfor()
1901 long offset = stktell(stkp); in kiaentity()
/titanic_41/usr/src/lib/libast/common/include/
H A Dstk.h47 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
H A Dstak.h41 #define staktell() stktell(stkstd)
/titanic_41/usr/src/lib/libast/common/path/
H A Dpathcd.c97 i = stktell(stkstd); in pathcd()
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dstak.h50 #define staktell() stktell(stkstd)
H A Dstk.h56 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dstak.h50 #define staktell() stktell(stkstd)
H A Dstk.h56 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dstak.h50 #define staktell() stktell(stkstd)
H A Dstk.h56 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dstak.h50 #define staktell() stktell(stkstd)
H A Dstk.h56 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c108 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 Dgetopts.c42 int savtop = stktell(stkp); in infof()
H A Dtypeset.c383 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 Dstk.c454 register int off=stktell(stream); in stkcopy()
501 register unsigned m = stktell(stream); in stkgrow()
H A Derror.c435 if (off = stktell(stkstd)) in errorv()
561 n = stktell(stkstd); in errorv()
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregnexec.c198 #define stknew(s,p) ((p)->offset=stktell(s),(p)->base=stkfreeze(s,0))