Home
last modified time | relevance | path

Searched refs:inittree (Results 1 – 25 of 41) sorted by relevance

12

/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dpstep-orig.h77 void inittree(void);
H A Dpstep-orig.c41 void inittree() in inittree() function
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Da2m.h67 void inittree();
H A Da2m.cpp289 void Ca2mLoader::inittree() in inittree() function in Ca2mLoader
418 inittree(); in decode()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Da2m.h67 void inittree();
H A Da2m.cpp311 void Ca2mLoader::inittree() in inittree() function in Ca2mLoader
446 inittree(); in decode()
/dports/math/R/R-4.1.2/src/library/stats/src/
H A DTrunmed.c114 inittree(R_xlen_t n, int k, int k2, in inittree() function
408 inittree(n, k, k2, x, in Trunmed()
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A DTrunmed.c114 inittree(R_xlen_t n, int k, int k2, in inittree() function
408 inittree(n, k, k2, x, in Trunmed()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dfire.c697 inittree(void) in inittree() function
778 inittree(); in main()
H A Dfbo_firecube.c745 inittree(void) in inittree() function
787 inittree(); in init_fire()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dfire.c697 inittree(void) in inittree() function
778 inittree(); in main()
H A Dfbo_firecube.c745 inittree(void) in inittree() function
787 inittree(); in init_fire()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dinit.c223 static Dt_t *inittree(Shell_t*,const struct shtable2*);
1617 shp->alias_tree = inittree(shp,shtab_aliases); in sh_reinit()
1816 shp->var_base = shp->var_tree = inittree(shp,shtab_variables); in nv_init()
1909 shp->alias_tree = inittree(shp,shtab_aliases); in nv_init()
1911 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins); in nv_init()
1934 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals) in inittree() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dinit.c223 static Dt_t *inittree(Shell_t*,const struct shtable2*);
1617 shp->alias_tree = inittree(shp,shtab_aliases); in sh_reinit()
1816 shp->var_base = shp->var_tree = inittree(shp,shtab_variables); in nv_init()
1909 shp->alias_tree = inittree(shp,shtab_aliases); in nv_init()
1911 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins); in nv_init()
1934 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals) in inittree() function
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dinit.c156 static_fn Dt_t *inittree(Shell_t *, const struct shtable2 *);
1286 shp->alias_tree = inittree(shp, shtab_aliases); in sh_reinit()
1569 shp->var_base = shp->var_tree = inittree(shp, shtab_variables); in nv_init()
1660 shp->alias_tree = inittree(shp, shtab_aliases); in nv_init()
1664 shp->bltin_tree = inittree(shp, (const struct shtable2 *)shtab_builtins); in nv_init()
1690 static_fn Dt_t *inittree(Shell_t *shp, const struct shtable2 *name_vals) { in inittree() function
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dinit.c228 static Dt_t *inittree(Shell_t*,const struct shtable2*);
1823 shp->alias_tree = inittree(shp,shtab_aliases); in sh_reinit_20120720()
2174 shp->var_base = shp->var_tree = inittree(shp,shtab_variables); in nv_init()
2274 shp->alias_tree = inittree(shp,shtab_aliases); in nv_init()
2278 shp->bltin_tree = inittree(shp,(const struct shtable2*)shtab_builtins); in nv_init()
2307 static Dt_t *inittree(Shell_t *shp,const struct shtable2 *name_vals) in inittree() function
/dports/biology/py-deeptoolsintervals/deeptoolsintervals-0.1.9/deeptoolsintervals/tree/
H A Dtree.c390 PyMODINIT_FUNC inittree(void) { in inittree() function
/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Dfire.c633 static Bool inittree(ModeInfo * mi) in inittree() function
893 if (!inittree(mi)) { in Init()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dglforestfire.c605 static Bool inittree(ModeInfo * mi) in inittree() function
857 if (!inittree(mi)) { in Init()
/dports/devel/cvs2darcs/cvs2darcs-0.8/
H A DChangeLog216 * Use "darcs initialize" instead of "darcs inittree"
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dtrans-array.c5608 tree inittree; in gfc_trans_auto_array_allocation() local
5697 inittree = gfc_finish_block (&init); in gfc_trans_auto_array_allocation()
5716 gfc_add_init_cleanup (block, inittree, tmp); in gfc_trans_auto_array_allocation()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dtrans-array.c5587 tree inittree; in gfc_trans_auto_array_allocation() local
5676 inittree = gfc_finish_block (&init); in gfc_trans_auto_array_allocation()
5695 gfc_add_init_cleanup (block, inittree, tmp); in gfc_trans_auto_array_allocation()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dtrans-array.c5650 tree inittree; in gfc_trans_auto_array_allocation() local
5739 inittree = gfc_finish_block (&init); in gfc_trans_auto_array_allocation()
5758 gfc_add_init_cleanup (block, inittree, tmp); in gfc_trans_auto_array_allocation()
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dtrans-array.c5898 tree inittree; in gfc_trans_auto_array_allocation() local
5987 inittree = gfc_finish_block (&init); in gfc_trans_auto_array_allocation()
6006 gfc_add_init_cleanup (block, inittree, tmp); in gfc_trans_auto_array_allocation()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dtrans-array.c5898 tree inittree; in gfc_trans_auto_array_allocation() local
5987 inittree = gfc_finish_block (&init); in gfc_trans_auto_array_allocation()
6006 gfc_add_init_cleanup (block, inittree, tmp); in gfc_trans_auto_array_allocation()

12