Lines Matching refs:content

305 	char		*content;  member
329 val = memcmp(token->content, dir, clen); in directive_compare()
423 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
424 if (!tokens[tix].content) { in tokenise()
428 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
429 tokens[tix].content[tokens[tix].size] = 0; in tokenise()
434 if (islower(tokens[tix].content[0])) { in tokenise()
463 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
464 if (!tokens[tix].content) { in tokenise()
468 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
469 tokens[tix].content[tokens[tix].size] = 0; in tokenise()
478 tokens[tix].content = "::="; in tokenise()
488 tokens[tix].content = "({"; in tokenise()
495 tokens[tix].content = "})"; in tokenise()
506 tokens[tix].content = "{"; in tokenise()
511 tokens[tix].content = "}"; in tokenise()
516 tokens[tix].content = "["; in tokenise()
521 tokens[tix].content = "]"; in tokenise()
526 tokens[tix].content = ","; in tokenise()
547 debug("Token %3u: '%s'\n", n, token_list[n].content); in tokenise()
726 return memcmp((*a)->name->content, (*b)->name->content, in type_index_compare()
739 return memcmp(token->content, type->name->content, in type_finder()
793 debug("- %*.*s\n", type->name->content); in build_type_list()
824 filename, cursor->line, cursor->content); in parse()
892 filename, cursor->line, cursor->content); in parse_type()
900 filename, cursor->line, cursor->content); in parse_type()
905 element->tag |= strtoul(cursor->content, &p, 10); in parse_type()
907 if (p - cursor->content != cursor->size) in parse_type()
915 filename, cursor->line, cursor->content); in parse_type()
1016 filename, cursor->line, cursor->content); in parse_type()
1066 filename, cursor->line, cursor->content); in parse_type()
1084 filename, cursor->line, cursor->content); in parse_type()
1094 action->name = cursor->content; in parse_type()
1125 filename, cursor->line, cursor->content); in parse_type()
1136 filename, cursor->line, cursor->content); in parse_type()
1155 filename, cursor->line, cursor->content); in parse_compound()
1197 filename, cursor->line, cursor->content); in parse_compound()
1214 const char *name = e->name ? e->name->content : "."; in dump_element()
1215 const char *tname = t && t->name ? t->name->content : "."; in dump_element()
1454 render_more(out, "\t// %s\n", e->type_def->name->content); in render_element()
1466 render_more(out, "\t\t// %s", e->name->content); in render_element()
1499 render_more(out, "\t\t// %s", x->name->content); in render_element()
1538 e->type_def->name->content); in render_element()
1564 e->type_def->name->content); in render_element()