HomeSort by relevance Sort by last modified time
    Searched refs:list_of_panels (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
_curses_panel.c 81 } list_of_panels; typedef in typeref:struct:_list_of_panels
84 static list_of_panels *lop;
90 list_of_panels *new;
92 if ((new = (list_of_panels *)malloc(sizeof(list_of_panels))) == NULL) {
106 list_of_panels *temp, *n;
132 list_of_panels *temp;
  /external/python/cpython3/Modules/
_curses_panel.c 108 } list_of_panels; typedef in typeref:struct:_list_of_panels
111 static list_of_panels *lop;
117 list_of_panels *new;
119 if ((new = (list_of_panels *)PyMem_Malloc(sizeof(list_of_panels))) == NULL) {
133 list_of_panels *temp, *n;
159 list_of_panels *temp;

Completed in 101 milliseconds