Home
last modified time | relevance | path

Searched refs:objspec (Results 1 – 11 of 11) sorted by relevance

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dobjects.h152 #define FORALLOBJSPECS(pmo, tiled, objspec) \ argument
153 for (pmo = (objspec[OBJ_SPEC_NULL]).id, tiled = objspec[pmo].tile; pmo != OBJ_SPEC_NULL; \
154 pmo = objspec[pmo].next, tiled = objspec[pmo].tile)
/dports/games/redeclipse-data/redeclipse-data-v2.0.0/nieb/shelf_storage/
H A Dobj.cfg5 objspec base 150
10 objspec shelf 150
/dports/games/redeclipse-data16/redeclipse-data-v1.6.0/nieb/shelf_storage/
H A Dobj.cfg5 objspec base 150
10 objspec shelf 150
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dfd_spec.c108 static ObjSPEC objspec[ ] = variable
327 for ( i = 0; i < sizeof objspec / sizeof *objspec; i++ ) in find_entry()
329 int *cls = objspec[ i ].objclass; in find_entry()
333 return objspec + i; in find_entry()
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dobj.h280 void objspec(char *meshname, int *percent) in objspec() function
361 COMMAND(objspec, "si");
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dgamesys.c729 #define MY_FORALLOBJSPECS(pmo, objspec) \ argument
730 for (pmo = (objspec[OBJ_SPEC_NULL]).id; pmo != OBJ_SPEC_NULL; pmo = objspec[pmo].next)
H A Dphysics.c347 #define ITER_OBJSPECS(pmo, objspec) \ argument
348 for (pmo = (objspec[OBJ_SPEC_NULL]).id; pmo != OBJ_SPEC_NULL; pmo = objspec[pmo].next)
/dports/print/qpdf/qpdf-10.5.0/qpdf/
H A Dqpdf.cc723 static void parse_object_id(std::string const& objspec, in parse_object_id() argument
726 if (objspec == "trailer") in parse_object_id()
733 obj = QUtil::string_to_int(objspec.c_str()); in parse_object_id()
734 size_t comma = objspec.find(','); in parse_object_id()
735 if ((comma != std::string::npos) && (comma + 1 < objspec.length())) in parse_object_id()
738 objspec.substr(1 + comma, std::string::npos).c_str()); in parse_object_id()
/dports/www/fswiki/wiki3_6_2/lib/
H A DPDFJ.pm3993 for my $objspec(@{$self->{objects}}) {
3994 my($obj, @args) = @$objspec;
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/
H A DPDFJ.pm5709 for my $objspec(@{$self->{objects}}) {
5710 my($obj, @args) = @$objspec;
/dports/x11-toolkits/xforms/xforms-1.2.4/
H A DChangeLog2395 the objspec struct used 'emit_menu_header' and 'emit_menu_global',