Home
last modified time | relevance | path

Searched refs:objinstptr (Results 1 – 24 of 24) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dprototypes.h60 extern objinstptr new_objinst(objinstptr, objinstptr, int, int);
77 extern void copyparams(objinstptr, objinstptr);
127 extern void pushobject(objinstptr);
219 extern void instcopy(objinstptr, objinstptr);
422 extern void calcbbox(objinstptr);
427 extern void centerview(objinstptr);
648 void ratsnest(objinstptr);
665 extern void gennetlist(objinstptr);
667 extern void search_on_siblings(objinstptr, objinstptr, pushlistptr,
775 extern int psubstitute(objinstptr);
[all …]
H A Dtext.c237 stringpart *nextstringpart(stringpart *strptr, objinstptr thisinst) in nextstringpart()
375 stringpart *linkstring(objinstptr localinst, stringpart *strstart, in linkstring()
496 objinstptr localinst) in findtextinstring()
522 objinstptr localinst) in findstringpart()
677 char *textprinttex(stringpart *strtop, objinstptr localinst) in textprinttex()
700 char *stringprint(stringpart *strtop, objinstptr localinst) in stringprint()
711 char *textprint(stringpart *strtop, objinstptr localinst) in textprint()
934 int sub_bus_idx(labelptr thislab, objinstptr thisinst) in sub_bus_idx()
963 Boolean pin_is_bus(labelptr thislab, objinstptr thisinst) in pin_is_bus()
1122 objinstptr thisinst) in stringcomprelaxed()
[all …]
H A Dxcircuit.h198 #define TOOBJINST(a) (*((objinstptr *)(a)))
240 a = (objinstptr *)b->plist + b->parts; \
241 *a = (objinstptr) malloc(sizeof(objinst)); \
760 } objinst, *objinstptr; typedef
777 objinstptr thisinst;
789 objinstptr thisinst;
914 objinstptr thisinst;
1038 objinstptr thisinst;
1374 objinstptr pageinst;
1481 objinstptr topinstance;
[all …]
H A Dlibraries.c534 objinstptr newinst = (objinstptr) malloc(sizeof(objinst)); in newpageinst()
566 objinstptr drawinst; in composepagelib()
670 objinstptr pinst; in updatepagelib()
705 objinstptr exchobj; in pagecatmove()
778 objinstptr drawinst; in composelib()
1012 objinstptr libobj, libinst; in catvirtualcopy()
1042 objinstptr libobj; in cathide()
1077 objinstptr libobj; in catdelete()
1290 objinstptr exchobj, lobj; in catmove()
1405 objinstptr libobj; in copycat()
[all …]
H A Dundo.c217 objinstptr thisinst = thisrecord->thisinst; in reorder_selection()
430 objinstptr newinst; in register_for_undo()
488 newinst = va_arg(args, objinstptr); in register_for_undo()
511 newinst = va_arg(args, objinstptr); in register_for_undo()
680 objinstptr thisinst; in undo_one_action()
745 thisinst = (objinstptr)thisrecord->undodata; in undo_one_action()
860 objinstptr einst = (objinstptr)(erec->element); in undo_one_action()
1039 thisinst = (objinstptr)egen; in undo_one_action()
1173 objinstptr thisinst; in redo_one_action()
1301 objinstptr einst = (objinstptr)(erec->element); in redo_one_action()
[all …]
H A Dnetlist.c1507 objinstptr ccinst; in highlightnet()
1666 objinstptr sinst; in pushnetwork()
1894 objinstptr tinst; in searchconnect()
2623 objinstptr cinst; in addportcall()
3184 objinstptr cinst; in ratsnest()
3475 objinstptr cinst; in genprefixlist()
4545 objinstptr cinst; in resolve_devindex()
5613 objinstptr cinst; in writepcb()
6090 objinstptr ninst; in RemoveFromNetlist()
6360 objinstptr cinst; in cleartraversed_level()
[all …]
H A Dparameter.c606 objinstptr thisinst; in epsubstitute()
609 thisinst = (objinstptr)thiselem; in epsubstitute()
989 int psubstitute(objinstptr thisinst) in psubstitute()
991 objinstptr pinst; in psubstitute()
1027 void pwriteback(objinstptr thisinst) in pwriteback()
1031 objinstptr pinst; in pwriteback()
1268 void replaceparams(objinstptr thisinst) in replaceparams()
1317 void resolveparams(objinstptr thisinst) in resolveparams()
1465 void copyparams(objinstptr destinst, objinstptr sourceinst) in copyparams()
2258 objinstptr tinst; in searchinst()
[all …]
H A Delements.c97 objinstptr locdestinst; in new_label()
125 labelptr new_simple_label(objinstptr destinst, char *cstr, in new_simple_label()
186 objinstptr locdestinst; in new_polygon()
217 splineptr new_spline(objinstptr destinst, pointlist points) in new_spline()
221 objinstptr locdestinst; in new_spline()
259 objinstptr locdestinst; in new_arc()
292 objinstptr new_objinst(objinstptr destinst, objinstptr srcinst, int x, int y) in new_objinst()
294 objinstptr *newobjinst; in new_objinst()
296 objinstptr locdestinst; in new_objinst()
320 objinstptr locdestinst; in remove_element()
[all …]
H A Dselection.c161 void geneasydraw(short instance, int mode, objectptr curobj, objinstptr curinst) in geneasydraw()
191 UDrawObject((objinstptr)elementptr, SINGLE, mode, in geneasydraw()
209 void gendrawselected(short *newselect, objectptr curobj, objinstptr curinst) in gendrawselected()
796 objinstptr selinst) in genselectelement()
978 objinstptr curinst; in selectarea()
1193 void draw_normal_selected(objectptr thisobj, objinstptr thisinst) in draw_normal_selected()
1307 objinstptr selinst; in recurselect()
1554 void inst_connect_cycles(objinstptr thisinst) in inst_connect_cycles()
1612 objinstptr selinst; in select_connected_pins()
H A Dgraphic.c313 graphicptr new_graphic(objinstptr destinst, char *filename, int px, int py) in new_graphic()
317 objinstptr locdestinst; in new_graphic()
440 graphicptr gradient_field(objinstptr destinst, int px, int py, int c1, int c2) in gradient_field()
444 objinstptr locdestinst; in gradient_field()
H A Dxcircuit.c291 objinstptr pinst; in getchanges()
1293 newwindow->topinstance = (objinstptr)NULL; in create_new_window()
1510 objinstptr refinst, chkinst;
1518 chkinst = (objinstptr)((pointertype)(newLong));
1523 if ((objinstptr)(*rgen) == chkinst) {
1653 xobjs.libtop = (objinstptr *)malloc(LIBS * sizeof(objinstptr)); in post_initialize()
H A Dfunctions.c1563 void invalidateschembbox(objinstptr thisinst) in invalidateschembbox()
1579 void calcbboxinst(objinstptr thisinst) in calcbboxinst()
1680 objinstptr cinst = TOOBJINST(pageobj->plist + j); in updateinstparam()
1697 void calcbbox(objinstptr binst) in calcbbox()
1825 void centerview(objinstptr tinst) in centerview()
2031 int toplevelwidth(objinstptr bbinst, short *rllx) in toplevelwidth()
2056 int toplevelheight(objinstptr bbinst, short *rlly) in toplevelheight()
2263 objinstptr rinst; in UGetRescaleBox()
2343 rinst = (objinstptr)rgen; in UGetRescaleBox()
2413 objinstptr bbinst = areawin->topinstance; in UDrawBBox()
[all …]
H A Dschema.c91 objectptr NameToPageObject(char *objname, objinstptr *ret_inst, int *ret_page) in NameToPageObject()
133 objectptr NameToObject(char *objname, objinstptr *ret_inst, Boolean dopages) in NameToObject()
620 objinstptr cinst = TOOBJINST(cgen); in findsubschems()
998 objinstptr syminst = NULL; in swapschem()
H A Dsvg.c45 void SVGDrawString(labelptr, int, objinstptr);
433 void SVGDrawObject(objinstptr theinstance, short level, int passcolor, pushlistptr *stack) in SVGDrawObject()
542 void SVGDrawString(labelptr drawlabel, int passcolor, objinstptr localinst) in SVGDrawString()
1022 objinstptr pinst; in OutputSVG()
H A Devents.c114 objinstptr tobj; in transferselects()
337 void pushobject(objinstptr thisinst) in pushobject()
342 objinstptr pushinst = thisinst; in pushobject()
462 objinstptr pageinst; in resetbutton()
2556 objinstptr snapobj = SELTOOBJINST(selectobj); in snapelement()
3341 objinstptr scinst; in elementrescale()
3881 objinstptr vcpobj, libinst; in copyvirtual()
4803 objinstptr *newinst; in domakeobject()
5193 void instcopy(objinstptr newobj, objinstptr copyobj) in instcopy()
5231 void delete_tagged(objinstptr thisinst) { in delete_tagged()
[all …]
H A Dmenucalls.c476 void setosize(xcWidget w, objinstptr dataptr) in setosize()
481 objinstptr nsobj; in setosize()
778 xobjs.libtop = (objinstptr *)realloc(xobjs.libtop, in createlibrary()
779 (libnum + 1) * sizeof(objinstptr)); in createlibrary()
836 objinstptr thisinst = xobjs.pagelist[pagenumber]->pageinst; in renamepage()
H A Dcairo.c294 objinstptr bbinst = areawin->topinstance; in UDrawBBox()
342 void UDrawObject(objinstptr theinstance, short level, int passcolor, in UDrawObject()
897 static void xc_draw_glyph_object(objinstptr inst, float passwidth) in xc_draw_glyph_object()
902 objinstptr ptr; in xc_draw_glyph_object()
943 objinstptr theinstance; in xc_user_font_render()
H A Dformats.c341 objinstptr *newinst; in loadlgf()
418 newinst = (objinstptr *)(topobject->plist in loadlgf()
H A Dxtfuncs.c706 objinstptr setobj = NULL; in getosize()
1258 xobjs.libtop = (objinstptr *)realloc(xobjs.libtop, in createlibrary()
1259 (libnum + 1) * sizeof(objinstptr)); in createlibrary()
1351 objinstptr thisinst = xobjs.pagelist[pagenumber]->pageinst; in renamepage()
H A Dfiles.c363 objinstptr geninst; in free_single()
371 geninst = (objinstptr)genobj; in free_single()
1315 objinstptr newobjinst; in new_library_instance()
1736 objinstptr saveinst; in loadlibrary()
3194 ((objinstptr)thiselem)->style &= ~LINE_INVARIANT; in varfscan()
3291 objinstptr newinst = (objinstptr) malloc(sizeof(objinst)); in addtoinstlist()
3483 objinstptr libinst; in add_object_to_library()
3682 objinstptr *newinst; in objectread()
5565 objinstptr writepage;
6568 objinstptr sobj;
[all …]
H A Dtclxcircuit.c1136 objinstptr thisinst; in MakeHierCTM()
1442 objinstptr schemtopinst; in xctcl_netlist()
1489 objinstptr tinst; in xctcl_netlist()
1617 objinstptr refinstance; in xctcl_netlist()
2846 objinstptr refinst) in GetParameterValue()
2963 objinstptr refinst; in xctcl_param()
3726 objinstptr thisinst; in xctcl_object()
3775 thisinst = (objinstptr)egen; in xctcl_object()
5664 objinstptr pinst, newinst; in xctcl_instance()
7651 objinstptr tinst; in xctcl_page()
[all …]
H A Dpython.c205 objinstptr *newobjinst; in xc_new()
/dports/cad/xcircuit/xcircuit-3.10.30/asg/
H A Dasg.c34 objinstptr pinst, *newinst; in asg_make_instance()
H A Dutility.c586 objinstptr xc_inst;