Searched refs:plist_size (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h41 short plist_size; /* size of allocated plist (MENU) */ member in struct:WinDesc
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h41 short plist_size; /* size of allocated plist (MENU) */ member in struct:WinDesc
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c818 newwin->npages = newwin->plist_size = newwin->nitems = newwin->how = 0;
963 cw->plist_size = cw->npages = cw->nitems = cw->how = 0;
2091 if (cw->plist_size < cw->npages+1 /*need 1 slot beyond last*/) {
2093 cw->plist_size = cw->npages + 1;
2095 alloc(cw->plist_size * sizeof(tty_menu_item *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c818 newwin->npages = newwin->plist_size = newwin->nitems = newwin->how = 0;
963 cw->plist_size = cw->npages = cw->nitems = cw->how = 0;
2091 if (cw->plist_size < cw->npages+1 /*need 1 slot beyond last*/) {
2093 cw->plist_size = cw->npages + 1;
2095 alloc(cw->plist_size * sizeof(tty_menu_item *));

Completed in 45 milliseconds