Home
last modified time | relevance | path

Searched refs:BinderDef (Results 1 – 2 of 2) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dedif.c6290 static Binder BinderDef[] = { variable
6489 static int BinderDefSize = sizeof(BinderDef) / sizeof(Binder);
6849 cxt = FindContext(BinderDef[i].Origin); in ParseEDIF()
6850 for (j = BinderDef[i].FollowerSize; j--;){ in ParseEDIF()
6858 FindContext(ABS(BinderDef[i].Follower[j])); in ParseEDIF()
6859 cc->u.Single = BinderDef[i].Follower[j] < 0; in ParseEDIF()
H A Dedif.y3545 static Binder BinderDef[] = { variable
3744 static int BinderDefSize = sizeof(BinderDef) / sizeof(Binder);
4104 cxt = FindContext(BinderDef[i].Origin); in ParseEDIF()
4105 for (j = BinderDef[i].FollowerSize; j--;){ in ParseEDIF()
4113 FindContext(ABS(BinderDef[i].Follower[j])); in ParseEDIF()
4114 cc->u.Single = BinderDef[i].Follower[j] < 0; in ParseEDIF()