Searched refs:savtop (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | getopts.c | 42 int savtop = stktell(stkp); in infof() local 48 stkset(stkp,savptr,savtop); in infof()
|
H A D | shiocmd_solaris.c | 331 int savtop = stktell(stkstd); in walk_class() local 340 stkset(stkstd,savptr,savtop); in walk_class()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | getopts.c | 46 int savtop = stktell(stkp); in infof() local 52 stkset(stkp,savptr,savtop); in infof()
|
H A D | shiocmd_solaris.c | 331 int savtop = stktell(stkstd); in walk_class() local 340 stkset(stkstd,savptr,savtop); in walk_class()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 902 int len, savtop = staktell(); in walk_tree() local 1002 stakset(savptr,savtop); in walk_tree()
|
H A D | macro.c | 1901 int savtop = stktell(stkp); in comsubst() local 1925 stkset(stkp,savptr,savtop); in comsubst() 2017 stkset(stkp,savptr,savtop); in comsubst()
|
H A D | xec.c | 2252 int savtop = staktell(); in sh_run() local 2270 stakset(savptr,savtop); in sh_run() 2272 stakseek(savtop); in sh_run()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 971 int len, savtop = staktell(); in walk_tree() local 1074 stakset(savptr,savtop); in walk_tree()
|
H A D | macro.c | 2038 int savtop = stktell(stkp); in comsubst() local 2071 stkset(stkp,savptr,savtop); in comsubst() 2165 stkset(stkp,savptr,savtop); in comsubst()
|
H A D | xec.c | 2979 int savtop = staktell(); in sh_run() local 2997 stakset(savptr,savtop); in sh_run() 2999 stakseek(savtop); in sh_run()
|