Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_curses_panel.c115 } list_of_panels; typedef
118 static list_of_panels *lop;
124 list_of_panels *new; in insert_lop()
126 if ((new = (list_of_panels *)PyMem_Malloc(sizeof(list_of_panels))) == NULL) { in insert_lop()
140 list_of_panels *temp, *n; in remove_lop()
166 list_of_panels *temp; in find_po()
/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()