Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c361 int offset = stktell(stkp); in sh_machere()
383 offset2 = stktell(stkp); in sh_machere()
387 if(c=stktell(stkp)-offset2) in sh_machere()
457 tilde = stktell(stkp); in copyto()
604 int off = stktell(stkp); in copyto()
721 offset = stktell(stkp); in copyto()
737 cp = stkptr(stkp,stktell(stkp)); in copyto()
739 stkseek(stkp,stktell(stkp)-2); in copyto()
805 tilde = stktell(stkp)+(c+1); in copyto()
828 tilde = stktell(stkp)+(c+1); in copyto()
[all …]
H A Dlex.c157 int n,offset = stktell(stkp); in refvar()
165 n = stktell(stkp)-lp->lexd.kiaoff; in refvar()
679 n = stktell(stkp)-c; in sh_lex()
867 lp->lexd.kiaoff = stktell(stkp)+fcseek(0)-fcfirst(); in sh_lex()
1346 stkseek(stkp,stktell(stkp)-1); in sh_lex()
1348 n = stktell(stkp)-ARGVAL; 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()
1740 if(offset=stktell(stkp)) in nested_here()
[all …]
H A Dxec.c266 n = stktell(stkp)-offset; in p_time()
431 int n = stktell(stkstd); in out_string()
435 *stkptr(stkstd,stktell(stkstd)-1) = c; in out_string()
506 int n=4, offset=stktell(stkp); in sh_debug()
541 *stkptr(stkp,stktell(stkp)-1) = 0; in sh_debug()
2690 int offset = stktell(stkp); in sh_exec()
2697 offset = stktell(stkp); in sh_exec()
2718 int offset = stktell(stkp); in sh_exec()
2733 offset = stktell(stkp); in sh_exec()
2959 else if(stktell(stkp)) in sh_exec()
H A Darith.c272 int off=stktell(shp->stk); in arith()
H A Dparse.c696 offset = stktell(stkp)-1; in arithfor()
2033 long offset = stktell(stkp); in kiaentity()
H A Dnvdisc.c1492 int offset = stktell(stkp); in sh_fsearch()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dstk.h47 #define stktell(sp) ((sp)->_next-(sp)->_data) macro
H A Dstak.h41 #define staktell() stktell(stkstd)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathcd.c97 i = stktell(stkstd); in pathcd()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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.c46 int savtop = stktell(stkp); in infof()
H A Dtypeset.c416 int off=0,offset = stktell(stkp); in b_typeset()
423 off = stktell(stkp)+1; in b_typeset()
621 int offset = stktell(shp->stk); in setall()
1060 flag = stktell(stkp); in b_builtin()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c457 register int off=stktell(stream); in stkcopy()
507 register size_t m = stktell(stream); in stkgrow()
H A Derror.c435 if (off = stktell(stkstd)) in errorv()
561 n = stktell(stkstd); in errorv()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c198 #define stknew(s,p) ((p)->offset=stktell(s),(p)->base=stkfreeze(s,0))