Searched refs:stktell (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 361 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 D | lex.c | 157 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 D | xec.c | 266 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 D | arith.c | 272 int off=stktell(shp->stk); in arith()
|
H A D | parse.c | 696 offset = stktell(stkp)-1; in arithfor() 2033 long offset = stktell(stkp); in kiaentity()
|
H A D | nvdisc.c | 1492 int offset = stktell(stkp); in sh_fsearch()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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)
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathcd.c | 97 i = stktell(stkstd); in pathcd()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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 | 46 int savtop = stktell(stkp); in infof()
|
H A D | typeset.c | 416 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 D | stk.c | 457 register int off=stktell(stream); in stkcopy() 507 register size_t m = stktell(stream); in stkgrow()
|
H A D | error.c | 435 if (off = stktell(stkstd)) in errorv() 561 n = stktell(stkstd); in errorv()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 198 #define stknew(s,p) ((p)->offset=stktell(s),(p)->base=stkfreeze(s,0))
|