Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefs.h108 typedef struct STYLEITEM { struct
111 } STYLEITEM; argument
137 STYLEITEM *style;
H A Dwinprefsyacc.y400 pref.style = malloc(sizeof(STYLEITEM)); in AddStyleLine()
402 pref.style = realloc(pref.style, sizeof(STYLEITEM)*(pref.styleItems+1)); in AddStyleLine()
H A Dwinprefsyacc.c1964 pref.style = malloc(sizeof(STYLEITEM)); in AddStyleLine()
1966 pref.style = realloc(pref.style, sizeof(STYLEITEM)*(pref.styleItems+1)); in AddStyleLine()