Searched refs:STYLEITEM (Results 1 – 3 of 3) sorted by relevance
108 typedef struct STYLEITEM { struct111 } STYLEITEM; argument137 STYLEITEM *style;
400 pref.style = malloc(sizeof(STYLEITEM)); in AddStyleLine()402 pref.style = realloc(pref.style, sizeof(STYLEITEM)*(pref.styleItems+1)); in AddStyleLine()
1964 pref.style = malloc(sizeof(STYLEITEM)); in AddStyleLine()1966 pref.style = realloc(pref.style, sizeof(STYLEITEM)*(pref.styleItems+1)); in AddStyleLine()