Home
last modified time | relevance | path

Searched defs:demo_forms (Results 1 – 4 of 4) sorted by relevance

/third_party/ncurses/Ada95/samples/
Dncurses2-demo_forms.adb52 package BS is new Ada.Strings.Bounded.Generic_Bounded_Length (80);
54 type myptr is access Integer;
62 package StringData is new
65 function edit_secure (me : Field; c_in : Key_Code) return Key_Code;
66 function form_virtualize (f : Form; w : Window) return Key_Code;
67 function my_form_driver (f : Form; c : Key_Code) return Boolean;
68 function make_label (frow : Line_Position;
71 function make_field (frow : Line_Position;
76 procedure display_form (f : Form);
77 procedure erase_form (f : Form);
[all …]
/third_party/ncurses/test/
Ddup_field.c318 demo_forms(void) in demo_forms() function
Dmove_field.c415 demo_forms(void) in demo_forms() function
Ddemo_forms.c404 demo_forms(void) in demo_forms() function