Home
last modified time | relevance | path

Searched refs:ID_JUNK (Results 1 – 16 of 16) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dsymbol.h42 #define is_junk_id(id) (id_type(id)==ID_JUNK)
94 #define is_junk_sym(sym) (sym_type(sym)==ID_JUNK)
H A Dsymbol.c121 case ID_CONST: case ID_CLASS: case ID_JUNK: in rb_id_attrset()
249 int type = ID_JUNK; in rb_enc_symname_type()
311 if (len == 1) return ID_JUNK; in rb_enc_symname_type()
315 if (allowed_attrset & (1U << ID_JUNK)) goto id; in rb_enc_symname_type()
335 type = ID_JUNK; in rb_enc_symname_type()
649 if (id == (ID)-1) id = ID_JUNK; in intern_str()
751 if (type < 0) type = ID_JUNK; in rb_str_intern()
1183 case ID_LOCAL: case ID_ATTRSET: case ID_JUNK: in rb_is_method_name()
H A Did.h39 #define ID_JUNK RUBY_ID_JUNK macro
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dilbm.h178 #define ID_JUNK MAKE_ID('J', 'U', 'N', 'K') macro
H A Dilbmtoppm.c2282 case ID_EPSF: case ID_JUNK: case ID_CNAM: case ID_PRVW: in processChunk()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Diff_container.h66 #define ID_JUNK MKTAG('J','U','N','K') macro
/dports/games/residualvm/residualvm-0.3.1/common/
H A Diff_container.h66 #define ID_JUNK MKTAG('J','U','N','K') macro
/dports/games/scummvm/scummvm-2.5.1/common/
H A Diff_container.h76 #define ID_JUNK MKTAG('J','U','N','K') macro
/dports/lang/ruby26/ruby-2.6.9/template/
H A Did.h.tmpl46 #define ID_JUNK RUBY_ID_JUNK
/dports/games/residualvm/residualvm-0.3.1/video/
H A Davi_decoder.cpp57 #define ID_JUNK MKTAG('J','U','N','K') macro
173 case ID_JUNK: // Alignment bytes, should be ignored in parseNextChunk()
500 } else if (nextTag == ID_JUNK || nextTag == ID_IDX1) { in handleNextPacket()
/dports/games/libretro-scummvm/scummvm-7b1e929/video/
H A Davi_decoder.cpp57 #define ID_JUNK MKTAG('J','U','N','K') macro
206 case ID_JUNK: // Alignment bytes, should be ignored in parseNextChunk()
536 } else if (nextTag == ID_JUNK || nextTag == ID_IDX1) { in handleNextPacket()
/dports/games/scummvm/scummvm-2.5.1/video/
H A Davi_decoder.cpp59 #define ID_JUNK MKTAG('J','U','N','K') macro
215 case ID_JUNK: // Alignment bytes, should be ignored in parseNextChunk()
584 } else if (nextTag == ID_JUNK || nextTag == ID_IDX1) { in handleNextPacket()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginIFF.cpp91 #define ID_JUNK MAKE_ID('J', 'U', 'N', 'K') /* always ignore this chunk */ macro
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.04623 ID_ATTRSET and return it itself, but ID_JUNK cannot make ID_ATTRSET.
6666 ID_GLOBAL, ID_CLASS, ID_JUNK too. [Bug #8756]
6717 ID_GLOBAL, ID_CLASS, ID_JUNK too. [Bug #8756]
H A DChangeLog-1.8.013106 categorized as ID_JUNK. [new]
H A DChangeLog-1.9.363837 * parse.y (rb_intern2): ID_JUNK test based on len, not by NUL.