Lines Matching refs:list
45 last_entry_ptr = &rootmenu.list;
68 last_entry_ptr = ¤t_entry->list;
143 /* append property to the prop list of symbol */
293 if (parent->list) {
303 for (menu = parent->list; menu; menu = menu->next) {
311 for (menu = parent->list; menu; menu = menu->next) {
330 for (menu = parent->list; menu; menu = menu->next) {
344 * too in the symbol's own property list
410 for (menu = parent->list; menu; menu = menu->next)
478 parent->list = parent->next;
485 for (menu = parent->list; menu; menu = menu->next) {
554 if (menu->list && (!menu->prompt || !menu->prompt->text)) {
555 for (last_menu = menu->list; ; last_menu = last_menu->next) {
561 menu->next = menu->list;
562 menu->list = NULL;
610 for (child = menu->list; child; child = child->next) {
644 for (child = menu->list; child; child = child->next) {