patsiz (2) --- return size of pattern entry 05/29/82 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function patsiz (pat, n) character pat (MAXPAT) integer n Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Patsiz' returns the size of the pattern element at "pat(n)". _I_m_p_l_e_m_e_n_t_a_t_i_o_n Characters, start tags, and stop tags have size 2; beginning-of-line, end-of-line, and wild-card character have size 1; character classes have arbitrary size encoded at the next word in the pattern; closures have size CLOSIZE. _C_a_l_l_s error _S_e_e _A_l_s_o match (2), amatch (2) patsiz (2) - 1 - patsiz (2)