vt$alc (6) --- allocate another VTH definition table 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function vt$alc (tbl, c) integer tbl character c | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vt$alc' is used to allocate another VTH definition table for the key sequence definitions. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Vt$alc' verifies that there is room for another definition table and then initializes the new table if there is room. The "next table" pointer in the table 'tbl' is set to indicate the index to the new table. If no room is found, then ERR is returned. _A_r_g_u_m_e_n_t_s _M_o_d_i_f_i_e_d tbl _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$alc (6) - 1 - vt$alc (6)