Home
last modified time | relevance | path

Searched refs:AttributePutToList (Results 1 – 3 of 3) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dmisc.h106 int AttributePutToList (AttributeListType *list, const char *name, const char *value, int replace);
110 #define AttributePut(OBJ,name,value) AttributePutToList (&(OBJ->Attributes), name, value, 1)
H A Dmisc.c2517 AttributePutToList (AttributeListType *list, const char *name, const char *value, int replace) in AttributePutToList() function
/dports/cad/pcb/pcb-4.2.0/
H A DChangeLog13436 …passed to AttributePutToList and MyStrdup (const char *) Silences some compiler warnings when usin…