vt$ier (6) --- report error in VTH initialization file 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function vt$ier (msg, name, line, fd) character msg (ARB), name (ARB), line (ARB) file_des fd | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vt$ier' is used to report an error in the contents of the terminal characteristics file (=vth=/?*). The file name 'name', a message 'msg' explaining the error, and the line 'line' from the file which caused the error are printed to ERROUT. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Vt$ier' calls 'print' to output the file name, the error message, and the erroneous line from the file to ERROUT. The VTH initialization file indicated by 'fd' is closed, and the function returns ERR. _C_a_l_l_s close, print _B_u_g_s Not meant to be called by the normal user. _S_e_e _A_l_s_o other vt?* routines (2) and (6) vt$ier (6) - 1 - vt$ier (6)