Lines Matching defs:names
16 * 3. Neither the name of the University nor the names of its contributors
83 /* The .SH NAMEs that are allowed. */
84 static const char *names[] = { "name", "namn", 0 };
196 for (i = 0; names[i]; i++)
197 if (strncasecmp(s, names[i], strlen(names[i])) == 0)
199 if (names[i] == NULL) {
310 for (i = 0; names[i]; i++)
311 if (strncasecmp(s, names[i], strlen(names[i])) == 0)
313 if (names[i] == NULL) {
366 * Put section and dash between names and description.
382 * Skip over macro names.