Home
last modified time | relevance | path

Searched refs:VMS_Formstr (Results 1 – 1 of 1) sorted by last modified time

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-fileio.adb106 VMS_Formstr : String_Access := null; variable
1061 Form_VMS_RMS_Keys (Formstr, VMS_Formstr);
1225 if VMS_Formstr = null then
1230 VMS_Formstr.all'Address);
1235 if VMS_Formstr /= null then
1236 Free (VMS_Formstr);
1403 Form_VMS_RMS_Keys (File.Form.all, VMS_Formstr);
1405 if VMS_Formstr = null then
1412 File.Encoding, VMS_Formstr.all'Address);
1415 if VMS_Formstr /= null then
[all …]