Home
last modified time | relevance | path

Searched refs:savst (Results 1 – 24 of 24) sorted by relevance

/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzgfsolv.c34 logical l1, l2, savst; in zzgfsolv_() local
512 savst = curste; in zzgfsolv_()
551 while(savst == curste && svdtim < *finish) { in zzgfsolv_()
572 savst = curste; in zzgfsolv_()
609 if (savst != curste) { in zzgfsolv_()
619 state1 = savst; in zzgfsolv_()
627 l1 = savst; in zzgfsolv_()
640 savst = curste; in zzgfsolv_()
H A Dzzgfsolvx.c34 logical l1, l2, savst; in zzgfsolvx_() local
523 savst = curste; in zzgfsolvx_()
562 while(savst == curste && svdtim < *finish) { in zzgfsolvx_()
583 savst = curste; in zzgfsolvx_()
620 if (savst != curste) { in zzgfsolvx_()
630 state1 = savst; in zzgfsolvx_()
638 l1 = savst; in zzgfsolvx_()
651 savst = curste; in zzgfsolvx_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzgfsolvx.c34 logical l1, l2, savst; in zzgfsolvx_() local
523 savst = curste; in zzgfsolvx_()
562 while(savst == curste && svdtim < *finish) { in zzgfsolvx_()
583 savst = curste; in zzgfsolvx_()
620 if (savst != curste) { in zzgfsolvx_()
630 state1 = savst; in zzgfsolvx_()
638 l1 = savst; in zzgfsolvx_()
651 savst = curste; in zzgfsolvx_()
H A Dzzgfsolv.c34 logical l1, l2, savst; in zzgfsolv_() local
512 savst = curste; in zzgfsolv_()
551 while(savst == curste && svdtim < *finish) { in zzgfsolv_()
572 savst = curste; in zzgfsolv_()
609 if (savst != curste) { in zzgfsolv_()
619 state1 = savst; in zzgfsolv_()
627 l1 = savst; in zzgfsolv_()
640 savst = curste; in zzgfsolv_()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dsource.c57 struct sh_scoped savst, *prevscope = shp->st.self; in b_source() local
136 shp->st.self = &savst; in b_source()
172 if (shp->st.self != &savst) *shp->st.self = shp->st; in b_source()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dsubshell.c480 struct sh_scoped savst; in sh_subshell() local
495 savst = shp->st; in sh_subshell()
573 shp->st.otrap = savst.trap; in sh_subshell()
725 n = shp->st.trapmax-savst.trapmax; in sh_subshell()
728 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*)); in sh_subshell()
729 shp->st = savst; in sh_subshell()
H A Dxec.c501 struct sh_scoped savst; in sh_debug() local
548 savst = shp->st; in sh_debug()
557 shp->st = savst; in sh_debug()
3325 struct sh_scoped savst, *prevscope = shp->st.self; in sh_funscope() local
3347 shp->st.self = &savst; in sh_funscope()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dsubshell.c480 struct sh_scoped savst; in sh_subshell() local
495 savst = shp->st; in sh_subshell()
573 shp->st.otrap = savst.trap; in sh_subshell()
725 n = shp->st.trapmax-savst.trapmax; in sh_subshell()
728 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*)); in sh_subshell()
729 shp->st = savst; in sh_subshell()
H A Dxec.c501 struct sh_scoped savst; in sh_debug() local
548 savst = shp->st; in sh_debug()
557 shp->st = savst; in sh_debug()
3325 struct sh_scoped savst, *prevscope = shp->st.self; in sh_funscope() local
3347 shp->st.self = &savst; in sh_funscope()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dsubshell.c454 struct sh_scoped savst; in sh_subshell() local
473 savst = shp->st; in sh_subshell()
523 shp->st.otrap = savst.trap; in sh_subshell()
679 n = shp->st.trapmax - savst.trapmax; in sh_subshell()
681 if (n > 0) memset(&shp->st.trapcom[savst.trapmax], 0, n * sizeof(char *)); in sh_subshell()
682 shp->st = savst; in sh_subshell()
H A Dxec.c602 struct sh_scoped savst; in sh_debug() local
647 savst = shp->st; in sh_debug()
655 shp->st = savst; in sh_debug()
2978 struct sh_scoped savst, *prevscope; in sh_funscope() local
3000 memset(&savst, 0, sizeof(savst)); in sh_funscope()
3001 shp->st.self = &savst; in sh_funscope()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dsubshell.c496 struct sh_scoped savst; in sh_subshell() local
517 savst = shp->st; in sh_subshell()
575 shp->st.otrap = savst.trap; in sh_subshell()
760 n = shp->st.trapmax-savst.trapmax; in sh_subshell()
763 memset(&shp->st.trapcom[savst.trapmax],0,n*sizeof(char*)); in sh_subshell()
764 shp->st = savst; in sh_subshell()
H A Dxec.c529 struct sh_scoped savst; in sh_debug() local
576 savst = shp->st; in sh_debug()
585 shp->st = savst; in sh_debug()
4004 struct sh_scoped savst, *prevscope = shp->st.self; in sh_funscope_20120720() local
4026 shp->st.self = &savst; in sh_funscope_20120720()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dmisc.c213 struct sh_scoped savst, *prevscope = shp->st.self; in b_dot_cmd() local
274 shp->st.self = &savst; in b_dot_cmd()
311 if (shp->st.self != &savst) in b_dot_cmd()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dmisc.c213 struct sh_scoped savst, *prevscope = shp->st.self; in b_dot_cmd() local
274 shp->st.self = &savst; in b_dot_cmd()
311 if (shp->st.self != &savst) in b_dot_cmd()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dmisc.c213 struct sh_scoped savst, *prevscope = shp->st.self; in b_dot_cmd() local
274 shp->st.self = &savst; in b_dot_cmd()
311 if (shp->st.self != &savst) in b_dot_cmd()
/dports/graphics/kxstitch/kxstitch-2.2.0/po/sv/
H A Dkxstitch.po391 msgstr "Låsavståndet för hörnnoder på elementgränser"
/dports/textproc/sv-hunspell/sv-hunspell-2.40/dictionaries/
H A Dsv_FI.dic74526savstånd/ABDY
H A Dsv_SE.dic74656savstånd/ABDY
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dsv_FI-SwedishFinland.dic75345savstånd/ABDY
H A Dsv_SV-Swedish.dic75484savstånd/ABDY
/dports/textproc/py-spylls/spylls-0.1.6/spylls/hunspell/data/sv/
H A Dsv_SE.dic74656savstånd/ABDY
/dports/www/dooble/dooble-2021.12.05/Dictionaries/sv_SE/
H A Dsv_FI.dic74526savstånd/ABDY
H A Dsv_SE.dic74656savstånd/ABDY