Lines Matching defs:content
82 various subsections and fill in the content. */
95 struct AsmData *content = asmsubscn->content;
105 /* Note that the content list is circular. */
106 if (content != NULL)
117 newdata->d_buf = content->data;
119 newdata->d_size = content->len;
123 offset += content->len;
125 while ((content = content->next) != asmsubscn->content);
544 struct AsmData *data = scnp->content;
552 while (oldp != scnp->content);