Home
last modified time | relevance | path

Searched refs:list_of_panels (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_curses_panel.c81 } list_of_panels; typedef
84 static list_of_panels *lop;
90 list_of_panels *new; in insert_lop()
92 if ((new = (list_of_panels *)malloc(sizeof(list_of_panels))) == NULL) { in insert_lop()
106 list_of_panels *temp, *n; in remove_lop()
132 list_of_panels *temp; in find_po()
/external/python/cpython3/Modules/
D_curses_panel.c108 } list_of_panels; typedef
111 static list_of_panels *lop;
117 list_of_panels *new; in insert_lop()
119 if ((new = (list_of_panels *)PyMem_Malloc(sizeof(list_of_panels))) == NULL) { in insert_lop()
133 list_of_panels *temp, *n; in remove_lop()
159 list_of_panels *temp; in find_po()