Home
last modified time | relevance | path

Searched refs:typeinit (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/lincity/lincity-1.13.1/old.Makefiles/
H A DhpuxMakefile34 xtypeinit.o : typeinit.cxx typeinit.h lin-city.h lctypes.h
35 gcc $(PROFF) $(PROFD) -c typeinit.cxx -o xtypeinit.o $(LC_XFLAGS)
H A DscoMakefile19 SOURCES = main.cxx mouse.cxx screen.cxx mps.cxx typeinit.cxx engine.cxx \
22 OBJECTS = main.o mouse.o screen.o mps.o typeinit.o engine.o \
H A DImakefile13 SRCS = main.cxx mouse.cxx screen.cxx mps.cxx typeinit.cxx\
H A DirixMakefile18 typeinit.cxx \
H A DsunosMakefile31 typeinit.cxx \
H A Dlc12.mak925 ".\typeinit.h"\
945 ".\typeinit.h"\
1653 ".\typeinit.h"\
1673 ".\typeinit.h"\
2225 ".\typeinit.h"\
/dports/lang/vala/vala-0.48.18/gobject-introspection/
H A Dgidlparser.c380 const gchar *typeinit; in start_boxed() local
392 else if (typeinit == NULL) in start_boxed()
402 boxed->gtype_init = g_strdup (typeinit); in start_boxed()
812 const gchar *typeinit; in start_enum() local
832 enum_->gtype_init = g_strdup (typeinit); in start_enum()
1118 const gchar *typeinit; in start_interface() local
1130 else if (typeinit == NULL) in start_interface()
1139 iface->gtype_init = g_strdup (typeinit); in start_interface()
1172 const gchar *typeinit; in start_object() local
1185 else if (typeinit == NULL) in start_object()
[all …]
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dbcc-cc1.c21 typeinit();
H A Dtype.c206 PUBLIC void typeinit() in typeinit() function
H A Dproto.h381 void typeinit P((void));
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/
H A Dgirparser.c747 const gchar *typeinit; in start_glib_boxed() local
773 else if (typeinit == NULL) in start_glib_boxed()
784 boxed->gtype_init = g_strdup (typeinit); in start_glib_boxed()
1467 const gchar *typeinit; in start_enum() local
1499 enum_->gtype_init = g_strdup (typeinit); in start_enum()
1771 const gchar *typeinit; in start_interface() local
1799 else if (typeinit == NULL) in start_interface()
1809 iface->gtype_init = g_strdup (typeinit); in start_interface()
1835 const gchar *typeinit; in start_class() local
1887 iface->gtype_init = g_strdup (typeinit); in start_class()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Duniverse.go80 typeinit()
161 func typeinit() { func
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Duniverse.go89 typeinit()
169 func typeinit() { func
/dports/games/lincity/lincity-1.13.1/
H A DMakefile.am35 typeinit.h xpicedit.h modules.h
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h257 Namval_t *typeinit; member
/dports/textproc/yamcha/yamcha-0.33/python/
H A DYamCha_wrap.cxx1329 static int typeinit = 0; in SWIG_init() local
1336 if (!typeinit) { in SWIG_init()
1340 typeinit = 1; in SWIG_init()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h264 Namval_t *typeinit; \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h264 Namval_t *typeinit; \
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h276 Namval_t *typeinit; \
/dports/science/nest/nest-simulator-3.1/lib/sli/
H A DFormattedIO.sli27 %% this file must be run AFTER typeinit and mathematica
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dtypeset.c301 } else if (!tdata.sh->typeinit) { in b_typeset()
593 if (shp->typeinit) continue; in setall()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dtypeset.c405 else if(!tdata.sh->typeinit) in b_typeset()
728 if (shp->typeinit) in setall()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dtypeset.c426 else if(!tdata.sh->typeinit) in b_typeset()
767 if (shp->typeinit) in setall()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dtypeset.c405 else if(!tdata.sh->typeinit) in b_typeset()
728 if (shp->typeinit) in setall()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dcom.c9218 tree typeinit; in ffecom_vardesc_() local
9251 addrinit = ffecom_arg_ptr_to_expr (expr, &typeinit); in ffecom_vardesc_()
9255 if (typeinit == NULL_TREE) in ffecom_vardesc_()
9262 typeinit = build_int_2 (tc, (tc < 0) ? -1 : 0); in ffecom_vardesc_()
9265 typeinit = ffecom_1 (NEGATE_EXPR, TREE_TYPE (typeinit), typeinit); in ffecom_vardesc_()
9274 = build_tree_list ((field = TREE_CHAIN (field)), typeinit); in ffecom_vardesc_()

12