Home
last modified time | relevance | path

Searched refs:_MARK_ALLOCATED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ncurses/menu/
H A Dm_item_new.c229 SetStatus(menu, _MARK_ALLOCATED); in set_menu_mark()
241 if ((old_status & _MARK_ALLOCATED) && old_mark) in set_menu_mark()
H A Dm_new.c137 if ((menu->status & _MARK_ALLOCATED) && menu->mark) in free_menu()
H A Dmenu.priv.h77 #define _MARK_ALLOCATED (0x08) macro