Home
last modified time | relevance | path

Searched refs:objrec (Results 1 – 17 of 17) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Drunverb.cpp187 iobj_ = p_obj(objrec); in v_talk()
331 obj = objrec->obj; in v_get()
390 obj = objrec->obj; in v_remove()
425 obj = objrec->obj; in v_drop()
457 obj = objrec->obj; in v_wear()
473 objrec); in v_wear()
497 iobj_ = p_obj(objrec); in do_lock()
573 iobj_ = p_obj(objrec); in v_open()
804 iobj_ = p_obj(objrec); in v_put()
890 iobj_ = p_obj(objrec); in v_throw()
[all …]
H A Dinterp.h229 #define p_obj(objrec) ((objrec) ? (objrec)->obj : 0) argument
383 extern void tmpobj(parse_rec *objrec);
H A Dtoken.cpp122 static rbool is_numeric(parse_rec *objrec) { in is_numeric() argument
125 if (objrec->num != 0 || objrec->info == D_NUM) return 1; in is_numeric()
126 if (objrec->adj != 0) return 0; in is_numeric()
127 if (objrec->noun <= 0) return 0; in is_numeric()
128 (void)strtol(dict[objrec->noun], &s, 10); in is_numeric()
H A Dobject.cpp51 void tmpobj(parse_rec *objrec) { in tmpobj() argument
52 objrec->info = D_NOUN; in tmpobj()
53 objrec->num = 0; in tmpobj()
54 objrec->noun = objrec->adj = 0; in tmpobj()
55 objrec->obj = 0; in tmpobj()
H A Dmetacommand.cpp747 static rbool fix_objrec(parse_rec **objrec, word match, in fix_objrec() argument
751 if (real_obj) *objrec = make_parserec(real_obj, NULL); in fix_objrec()
752 else if (match == ext_code[wdobject]) *objrec = copy_parserec(iobjrec); in fix_objrec()
753 else if (match == ext_code[wdnoun]) *objrec = copy_parserec(dobjrec); in fix_objrec()
754 else if (match == ext_code[wdname]) *objrec = copy_parserec(actrec); in fix_objrec()
H A Dexec.h98 parse_rec *nounrec, parse_rec *objrec);
H A Dexec.cpp909 parse_rec *nounrec, parse_rec *objrec) in runptr() argument
915 else alt_sysmsg(msgid, msg, nounrec, objrec); in runptr()
/dports/math/gap/gap-4.11.0/pkg/SCSCP-2.3.1/lib/
H A Dserver.gi29 stream, objrec, pos, call_id_value, atp, callinfo, output,
171 if objrec = fail then
179 if not IsRecord(objrec) then
180 objrec := rec( object := objrec,
187 call_id_value := objrec.attributes[pos][2];
210 debuglevel := objrec.attributes[pos][2];
231 if not callresult[1] or ( IsBound( objrec.is_error) and (objrec.is_error) ) then
237 if objrec.object[1] = "OpenMathError: " then
278 todo := objrec.object;
279 objrec.object := true;
[all …]
H A Dopenmath.gd89 ## OMPutProcedureCall( <stream>, <proc_name>, <objrec> )
94 ## <Func Name="OMPutProcedureCall" Arg="stream proc_name objrec" />
100 ## record <A>objrec</A>, and writes to <A>stream</A> an &OpenMath; object
102 ## arguments given by the list <C>objrec.object</C> and procedure call options
104 ## <C>objrec.attributes</C>.
174 ## <Func Name="OMPutProcedureCompleted" Arg="stream objrec"/>
180 ## <A>objrec</A>, and writes to <A>stream</A> an &OpenMath; object
182 ## with the result being <C>objrec.object</C> and information messages
183 ## (as &OpenMath; attributes) given in the list <C>objrec.attributes</C>.
221 ## <Func Name="OMPutProcedureTerminated" Arg="stream objrec error_cd error_type"/>
[all …]
H A Dopenmath.g566 function( stream, proc_name, objrec )
577 if IsBound( objrec.object ) and not IsList( objrec.object ) then
604 if IsBound(objrec.attributes) and Length(objrec.attributes)>0 then
608 for attr in objrec.attributes do
656 ## OMPutProcedureCompleted ( stream, objrec )
667 function( stream, objrec )
684 if IsBound(objrec.attributes) and Length(objrec.attributes)>0 then
688 for attr in objrec.attributes do
700 if IsBound(objrec.object) then
751 if IsBound(objrec.attributes) and Length(objrec.attributes)>0 then
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dobj_rec_ransac_result.cpp89 …CallbackParameters (ObjRecRANSAC& objrec, PCLVisualizer& viz, PointCloud<PointXYZ>& scene_points, … in CallbackParameters() argument
90 : objrec_ (objrec), in CallbackParameters()
139 ObjRecRANSAC objrec (pair_width, voxel_size); in run() local
140 objrec.setMaxCoplanarityAngleDegrees (max_coplanarity_angle); in run()
172 objrec.addModel (*model_points, *model_normals, model_name, vtk_model); in run()
185 CallbackParameters params(objrec, viz, *non_plane_points, *non_plane_normals); in run()
193 show_octree(objrec.getSceneOctree (), viz); in run()
203 objrec.getSceneOctree ().getFullLeavesPoints (*octree_points); in run()
214 objrec.getSceneOctree ().getNormalsOfFullLeaves (*normals_octree); in run()
251 ObjRecRANSAC& objrec = params->objrec_; in update() local
[all …]
H A Dobj_rec_ransac_scene_opps.cpp79 …CallbackParameters (ObjRecRANSAC& objrec, PCLVisualizer& viz, PointCloud<PointXYZ>& points, PointC… in CallbackParameters() argument
80 : objrec_ (objrec), in CallbackParameters()
203 ObjRecRANSAC objrec (pair_width, voxel_size); in run() local
204 objrec.setMaxCoplanarityAngleDegrees (max_coplanarity_angle); in run()
206 objrec.enterTestModeSampleOPP (); in run()
211 CallbackParameters params(objrec, viz, *scene_points, *scene_normals); in run()
224 objrec.getSceneOctree ().getFullLeavesPoints (*octree_points); in run()
232 objrec.getSceneOctree ().getNormalsOfFullLeaves (*octree_normals); in run()
H A Dobj_rec_ransac_accepted_hypotheses.cpp83 …CallbackParameters (ObjRecRANSAC& objrec, PCLVisualizer& viz, PointCloud<PointXYZ>& points, PointC… in CallbackParameters() argument
84 : objrec_ (objrec), in CallbackParameters()
420 ObjRecRANSAC objrec (pair_width, voxel_size); in run() local
421 objrec.setMaxCoplanarityAngleDegrees (max_coplanarity_angle); in run()
422 objrec.addModel (*model_points, *model_normals, "amicelli", vtk_model); in run()
424 objrec.enterTestModeTestHypotheses (); in run()
429 CallbackParameters params(objrec, viz, *scene_points, *scene_normals, num_hypotheses_to_show); in run()
442 objrec.getSceneOctree ().getFullLeavesPoints (*octree_points); in run()
450 objrec.getSceneOctree ().getNormalsOfFullLeaves (*octree_normals); in run()
H A Dobj_rec_ransac_model_opps.cpp119 ObjRecRANSAC objrec (pair_width, voxel_size); in run() local
120 objrec.setMaxCoplanarityAngleDegrees (max_coplanarity_angle); in run()
122 objrec.addModel (*model_points, *model_normals, "amicelli"); in run()
124 const ModelLibrary::Model* model = objrec.getModel ("amicelli"); in run()
132 showModelOpps (viz, objrec.getHashTable (), model, pair_width); in run()
H A Dobj_rec_ransac_hash_table.cpp97 ObjRecRANSAC objrec (diag/8.0f, diag/60.0f); in main() local
98 objrec.addModel (points_in, normals_in, "test_model"); in main()
101 visualize (objrec.getHashTable ()); in main()
/dports/emulators/hercules/hercules-3.13/
H A Ddasdload.c373 BYTE objrec[80]; /* Object card image */ in read_ipl_text() local
390 rc = read (tfd, objrec, 80); in read_ipl_text()
400 if (objrec[0] != 0x02) in read_ipl_text()
409 if (memcmp(objrec+1, EBCDIC_END, 3) == 0) in read_ipl_text()
413 if (memcmp(objrec+1, EBCDIC_TXT, 3) != 0) in read_ipl_text()
417 txtadr = (objrec[5] << 16) | (objrec[6] << 8) | objrec[7]; in read_ipl_text()
420 txtlen = (objrec[10] << 8) | objrec[11]; in read_ipl_text()
444 memcpy (iplbuf + txtadr, objrec+16, txtlen); in read_ipl_text()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/petka/
H A Dp12script.py456 objrec = makerec(citem)
457 pe.objects.append(objrec)
458 pe.obj_idx[objrec.idx] = objrec