Searched refs:propdata (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/ |
| H A D | x-selection.h | 43 struct propdata { struct 65 struct propdata propdata; argument 95 - (void)handle_selection:(Atom) selection type:(Atom) type propdata:(struct 96 propdata
|
| H A D | x-selection.m | 80 static struct propdata null_propdata = { 115 init_propdata(struct propdata *pdata) category 121 free_propdata(struct propdata *pdata) category 133 get_property(Window win, Atom property, struct propdata *pdata, Bool delete, 227 - (Atom) find_preferred:(struct propdata *)pdata argument 314 free_propdata(&pending.propdata); 321 - (Bool) append_to_pending:(struct propdata *)pdata requestor:(Window) argument 334 newlength = pending.propdata.length + pdata->length; 335 newdata = realloc(pending.propdata.data, newlength); 338 perror("realloc propdata"); [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.y | 75 %type <data> propdata 238 DT_PROPNODENAME '=' propdata ';' 257 propdata: 300 | propdata DT_LABEL 311 | propdata ','
|
| H A D | dtc-parser.tab.c_shipped | 526 "nodedef", "proplist", "propdef", "propdata", "propdataprefix",
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | dtc-parser.y | 66 %type <data> propdata 271 DT_PROPNODENAME '=' propdata ';' 290 propdata: 334 | propdata DT_LABEL 345 | propdata ','
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 171 CARD32 *propdata; in xwl_window_set_allow_commits_from_property() local 188 propdata = prop->data; in xwl_window_set_allow_commits_from_property() 189 xwl_window_set_allow_commits(xwl_window, !!propdata[0], "from property"); in xwl_window_set_allow_commits_from_property()
|