Home
last modified time | relevance | path

Searched refs:Code_To_Char (Results 1 – 20 of 20) sorted by relevance

/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dncurses2-acs_display.adb114 Add_With_Immediate_Echo (Ch => Code_To_Char (Key_Code (code)));
119 Add (Ch => Code_To_Char (reply));
229 c := Code_To_Char (c1);
H A Dncurses2-slk_test.adb93 c2 := Code_To_Char (c);
135 c2 := Code_To_Char (c);
H A Dncurses2-util.adb168 function Code_To_Char (c : Key_Code) return Character is subprogram
176 end Code_To_Char;
H A Dncurses2-util.ads73 function Code_To_Char (c : Key_Code) return Character; subprogspec
H A Dncurses2-overlap_test.adb121 ch := Code_To_Char (Getchar);
H A Dncurses2-color_edit.adb209 value := value * 10 + RGB_Value (ctoi (Code_To_Char (this_c)));
H A Dncurses2-attr_test.adb244 skip := ctoi (Code_To_Char (ch));
H A Dncurses2-demo_forms.adb110 c2 := Code_To_Char (c);
H A Dncurses2-demo_pad.adb160 c2 := Code_To_Char (c);
H A Dncurses2-acs_and_scroll.adb681 Add (current.all.wind, Ch => Code_To_Char (c));
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dncurses2-acs_display.adb115 Add_With_Immediate_Echo (Ch => Code_To_Char (Key_Code (code)));
120 Add (Ch => Code_To_Char (reply));
230 c := Code_To_Char (c1);
H A Dncurses2-util.adb169 function Code_To_Char (c : Key_Code) return Character is subprogram
177 end Code_To_Char;
H A Dncurses2-slk_test.adb92 c2 := Code_To_Char (c);
134 c2 := Code_To_Char (c);
H A Dncurses2-util.ads74 function Code_To_Char (c : Key_Code) return Character; subprogspec
H A Dncurses2-overlap_test.adb122 ch := Code_To_Char (Getchar);
H A Dncurses2-color_edit.adb210 value := value * 10 + RGB_Value (ctoi (Code_To_Char (this_c)));
H A Dncurses2-attr_test.adb245 skip := ctoi (Code_To_Char (ch));
H A Dncurses2-demo_forms.adb111 c2 := Code_To_Char (c);
H A Dncurses2-demo_pad.adb161 c2 := Code_To_Char (c);
H A Dncurses2-acs_and_scroll.adb679 Add (current.all.wind, Ch => Code_To_Char (c));