Searched refs:sib_get (Results 1 – 1 of 1) sorted by relevance
280 const widget_info *sib_get; in widget_info() local289 sib_get = &other; in widget_info()291 while(sib_get->next) in widget_info()293 sib_put->next = new widget_info(*sib_get->next, FALSE); in widget_info()295 sib_get = sib_get->next; in widget_info()625 const res_info *sib_get = &other; in res_info() local627 while(sib_get->next) in res_info()629 sib_put->next = new res_info(parent, *sib_get->next, FALSE); in res_info()631 sib_get = sib_get->next; in res_info()