Lines Matching refs:hdr
880 static void strip_paren_comments(char *hdr)885 while (*hdr) {886 if (*hdr == '"') {887 hdr = strchr(hdr, '"');888 if (hdr == NULL) {891 ++hdr;893 else if (*hdr == '(') {894 while (*hdr && *hdr != ')') {895 *hdr++ = ' ';898 if (*hdr) {899 *hdr++ = ' ';903 ++hdr;