Lines Matching refs:content

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