Lines Matching defs:menu_test
50 function menu_virtualize (c : Key_Code) return Key_Code;
51 procedure xAdd (l : Line_Position; c : Column_Position; s : String);
53 function menu_virtualize (c : Key_Code) return Key_Code is
80 MENU_Y : constant Line_Count := 8;
81 MENU_X : constant Column_Count := 8;
83 type String_Access is access String;
85 animals : constant array (Positive range <>) of String_Access :=
94 items_a : constant Item_Array_Access :=
97 tmp : Event_Mask;
99 procedure xAdd (l : Line_Position; c : Column_Position; s : String) is
104 mrows : Line_Count;
105 mcols : Column_Count;
107 menuwin : Window;
109 m : Menu;
111 c1 : Key_Code;
113 c : Driver_Result;
114 r : Key_Code;