Home
last modified time | relevance | path

Searched refs:object_s (Results 1 – 12 of 12) sorted by relevance

/dports/devel/cutils/cutils-1.6/src/yyextract/
H A Dtree.h30 struct object_s { struct
33 struct object_s *next; argument
34 struct object_s *assoc; argument
37 extern struct object_s *new_object(int type, char *value);
38 extern struct object_s *last_object(struct object_s *p);
39 extern int count_objects(struct object_s *p);
40 extern struct object_s *link_object(struct object_s *dest, struct object_s *next);
41 extern struct object_s *assoc_object(struct object_s *dest, struct object_s *assoc);
42 extern void free_object(struct object_s *p);
43 extern void free_object_list(struct object_s *p);
H A Dtree.c39 struct object_s *new_object(int type, char *value) in new_object()
41 struct object_s *p; in new_object()
43 p = (struct object_s *)xmalloc(sizeof(struct object_s)); in new_object()
58 struct object_s *last_object(struct object_s *p) in last_object()
68 int count_objects(struct object_s *p) in count_objects()
79 struct object_s *link_object(struct object_s *dest, struct object_s *next) in link_object()
88 struct object_s *assoc_object(struct object_s *dest, struct object_s *assoc) in assoc_object()
97 void free_object(struct object_s *p) in free_object()
107 void free_object_list(struct object_s *p) in free_object_list()
109 struct object_s *next; in free_object_list()
H A Dyyextract.c38 extern struct object_s *parsing_tree;
191 static void output_components(struct object_s *p) in output_components()
193 struct object_s *last = NULL; in output_components()
219 static void output_tree(struct object_s *p) in output_tree()
246 static void bnf_output_components(struct object_s *p, int spaces) in bnf_output_components()
248 struct object_s *last = NULL; in bnf_output_components()
277 static void bnf_output_tree(struct object_s *p) in bnf_output_tree()
294 static int bnf_find_empty(struct object_s *p) in bnf_find_empty()
307 static void ebnf_output_components(struct object_s *p, int spaces) in ebnf_output_components()
340 static void ebnf_output_tree(struct object_s *p) in ebnf_output_tree()
H A Dparser.y41 struct object_s *parsing_tree;
48 struct object_s *object;
/dports/devel/lion/lion/samples/template/
H A Dobject.h66 struct object_s { struct
76 struct object_s *next; argument
80 typedef struct object_s object_t;
/dports/games/jfk/jfk-0.1.1/src/server/
H A DMakefile.in91 object_s.cc \
92 object_s.h \
116 jfkserver-item_s.$(OBJEXT) jfkserver-object_s.$(OBJEXT) \
134 @AMDEP_TRUE@ $(DEPDIR)/jfkserver-object_s.Po \
194 jfkserver-object_s.$(OBJEXT): object_s.cc
215 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/jfkserver-object_s.Po@am__quote@
286 jfkserver-object_s.o: object_s.cc
290 …kserver_CXXFLAGS) $(CXXFLAGS) -c -o jfkserver-object_s.o `test -f object_s.cc || echo '$(srcdir)/'…
292 jfkserver-object_s.obj: object_s.cc
296 …$(CPPFLAGS) $(jfkserver_CXXFLAGS) $(CXXFLAGS) -c -o jfkserver-object_s.obj `cygpath -w object_s.cc`
H A DMakefile.am12 object_s.cc \
13 object_s.h \
/dports/science/elmerfem/elmerfem-release-9.0/post/src/objects/
H A Dobjects.h100 typedef struct object_s struct
102 struct object_s *Next; argument
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dgst.h119 typedef struct object_s *gst_object, *mst_Object;
146 struct object_s struct
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dtypedefs.h28 typedef struct object_s object_t; /* object.h */
H A Dobject.h18 struct object_s struct
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dgschem_find_text_state.c552 SCM object_s; in scm_to_gslist() local
563 object_s = SCM_CAR (list_s); in scm_to_gslist()
565 (gpointer) edascm_to_object (object_s)); in scm_to_gslist()