HomeSort by relevance Sort by last modified time
    Searched refs:SYMLIST_SYMBOL (Results 1 - 4 of 4) sorted by null

  /external/bison/src/
symlist.c 37 res->content_type = SYMLIST_SYMBOL;
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));
230 case SYMLIST_SYMBOL:
251 case SYMLIST_SYMBOL:
symlist.h 37 SYMLIST_SYMBOL, SYMLIST_TYPE,
43 * <tt>symbol_list::content_type = SYMLIST_SYMBOL</tt>.
99 SYMLIST_SYMBOL</tt>. */
scan-code.l 562 if (l->content_type != SYMLIST_SYMBOL)
scan-code.c     [all...]

Completed in 78 milliseconds