Home | History | Annotate | Download | only in src

Lines Matching refs:content_type

37   res->content_type = SYMLIST_SYMBOL;
68 res->content_type = SYMLIST_TYPE;
87 res->content_type = SYMLIST_DEFAULT_TAGGED;
105 res->content_type = SYMLIST_DEFAULT_TAGLESS;
115 | Print this list, for which every content_type must be SYMLIST_SYMBOL. |
169 l && !(l->content_type == SYMLIST_SYMBOL && l->content.sym == NULL);
192 || (l->content_type == SYMLIST_SYMBOL && l->content.sym == NULL))
214 aver (l->content_type == SYMLIST_SYMBOL);
222 (node->content_type == SYMLIST_SYMBOL && !(node->content.sym));
228 switch (node->content_type)
249 switch (node->content_type)