vt$def (6) --- accept a macro definition from the user o7/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function vt$def (dummy) integer dummy | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vt$def' is used to accept a macro definition from the user. If a status line is enabled, the user is prompted, otherwise he must remember the entry format himself. The format is where is a delimiter not used in either sequence, is the macro, and is the substitution string. When the macro sequence is entered, it is immediately replaced by the substitution string. If there is no room for another definition, no room for another substitution sequence, or an illegal sequence is entered, the function return is ERR and 'vt$err' is called to print an an appropriate message, otherwise the function return is OK. _C_a_l_l_s vt$alc, vt$err, vt$gsq, vt$rdf, vtmsg, vtupd, and Primos c1in _B_u_g_s Not meant to be called by the normal user. _S_e_e _A_l_s_o Primos t1in and other vt?* routines (2) and (6) vt$def (6) - 1 - vt$def (6)