Home
last modified time | relevance | path

Searched refs:CreateNewPCB (Results 1 – 7 of 7) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dcreate.h42 PCBType * CreateNewPCB ();
H A Dmain.c2097 PCB = CreateNewPCB (); in main()
H A Dfile.c416 PCBType *newPCB = CreateNewPCB (); in real_load_pcb()
H A Dcreate.c152 CreateNewPCB (void) in CreateNewPCB() function
H A Dbuffer.c1143 PCBType *newPCB = CreateNewPCB (); in LoadLayoutToBuffer()
H A Daction.c5991 PCB = CreateNewPCB (); in ActionNew()
/dports/cad/pcb/pcb-4.2.0/
H A DChangeLog4609 CreateNewPCB The SetDefaultNames parameter to CreateNewPCB was not used (despite
8142 CreateNewPCB() The route style selector is hanging onto pointers of the current
8145 …one the GUI should show as selected. When this call comes from within CreateNewPCB, and the OLD P…
8150 hid_actionv (actions.c:247) ==22404== by 0x447B7B: CreateNewPCB
8154 (action.c:5901) Strictly speaking though - since CreateNewPCB does not directly
8163 ActionNew() When we call CreateNewPCB(), it trips over some code which wants to
8166 …47973: CreateDefaultFont (create.c:941) ==22404== by 0x447C58: CreateNewPCB (create.c:211) …
10103 the default font by calling CreateDefaultFont in CreateNewPCB
10105 global PCB). Previously, each time CreateNewPCB was called,