lookac (6) --- look up a name in the ACL common block 09/04/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n | integer function lookac (name) | character name (ARB) | Library: vswtlb (standard Subsystem library) | _F_u_n_c_t_i_o_n | 'Lookac' returns the index of 'name' in the ACL common block | or ERR if 'name' is not located. | _I_m_p_l_e_m_e_n_t_a_t_i_o_n | A linear search is used to scan the common block for the | name. If the name is found, its index is returned, other- | wise the routine returns ERR. | _C_a_l_l_s | equal (2) | _S_e_e _A_l_s_o | lacl (1), sacl (1), gfdata (2), sfdata (2) lookac (6) - 1 - lookac (6)