ID_JUNK           117 symbol.c       	  case ID_CONST: case ID_CLASS: case ID_JUNK:
ID_JUNK           209 symbol.c           int type = ID_JUNK;
ID_JUNK           271 symbol.c       	if (len == 1) return ID_JUNK;
ID_JUNK           275 symbol.c       	    if (allowed_attrset & (1U << ID_JUNK)) goto id;
ID_JUNK           295 symbol.c       	    type = ID_JUNK;
ID_JUNK           588 symbol.c           if (id == (ID)-1) id = ID_JUNK;
ID_JUNK           689 symbol.c           if (type < 0) type = ID_JUNK;
ID_JUNK          1123 symbol.c             case ID_LOCAL: case ID_ATTRSET: case ID_JUNK:
ID_JUNK            42 symbol.h       #define is_junk_id(id) (id_type(id)==ID_JUNK)
ID_JUNK            90 symbol.h       #define is_junk_sym(sym) (sym_type(sym)==ID_JUNK)