Lines Matching refs:stktell
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()
2025 register int offset = stktell(stkp); in stack_shift()