Lines Matching defs:fields_header
51 const char *fields_header;
71 .fields_header = "Style",
103 .fields_header = "Style",
130 .fields_header = "Dialogue",
272 (!section->fields_header || strncmp(buf, section->fields_header, len))) {
274 if (ass_sections[i].fields_header &&
275 !strncmp(buf, ass_sections[i].fields_header, len)) {
307 if (section->fields_header) {
308 len = strlen(section->fields_header);
309 if (!strncmp(buf, section->fields_header, len) && buf[len] == ':') {