Lines Matching refs:names
81 =item B<names =E<gt> [ "name", ... ]>
83 All the names extracted from the NAME section.
148 # Add invisible names
149 if (m|^=for\s+openssl\s+names:\s*(.*)|s) {
153 "DEBUG: Found invisible names: ", join(', ', @tmp), "\n"
175 my @names =
183 "DEBUG: Collected names are: ",
184 join(', ', @names, @invisible_names), "\n"
188 names => [ @names, @invisible_names ],