Lines Matching refs:list
125 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
126 delete (reinterpret_cast<enumentry *>(list->data));
156 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
157 enumentry * entr = reinterpret_cast<enumentry *>(list->data);
186 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
187 enumentry * entr = reinterpret_cast<enumentry *>(list->data);
261 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
262 enumentry * entr = reinterpret_cast<enumentry *>(list->data);