Lines Matching refs:stkptr
162 sfwrite(out,stkptr(stkp,offset),n); in p_time()
328 if(iop==stkstd && cp==stkptr(stkstd,n)) in out_string()
330 *stkptr(stkstd,stktell(stkstd)-1) = c; in out_string()
400 char *sav = stkptr(stkp,0); in sh_debug()
435 *stkptr(stkp,stktell(stkp)-1) = 0; in sh_debug()
454 if(sav != stkptr(stkp,0)) in sh_debug()
672 char *sav=stkptr(stkp,0); in sh_exec()
760 np = nv_bfsearch(stkptr(stkp,offset), root, &nq, &cp); in sh_exec()
1971 np = nv_open(stkptr(stkp,offset),shp->var_base,NV_NOASSIGN|NV_NOARRAY|NV_VARNAME); in sh_exec()
2018 npv = nv_open(stkptr(stkp,offset),shp->var_tree,NV_NOASSIGN|NV_NOARRAY|NV_VARNAME); in sh_exec()
2022 fname = stkptr(stkp,offset); in sh_exec()
2033 fname = stkptr(stkp,offset); in sh_exec()
2231 if(sav != stkptr(stkp,0)) in sh_exec()
3152 path = stkptr(shp->stk,PATH_OFFSET); in sh_ntfork()