HomeSort by: relevance | last modified time | path
    Searched defs:scm_make_smob_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-gsmob.c 49 #undef scm_make_smob_type macro
72 GSMOB_CODE is the result of scm_make_smob_type. */
98 /* Call this to register a smob, instead of scm_make_smob_type.
104 scm_t_bits result = scm_make_smob_type (name, size);
guile-internal.h 130 #undef scm_make_smob_type macro
131 #define scm_make_smob_type USE_gdbscm_make_smob_type_INSTEAD macro
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-gsmob.c 49 #undef scm_make_smob_type macro
72 GSMOB_CODE is the result of scm_make_smob_type. */
98 /* Call this to register a smob, instead of scm_make_smob_type.
104 scm_t_bits result = scm_make_smob_type (name, size);
guile-internal.h 123 #undef scm_make_smob_type macro
124 #define scm_make_smob_type USE_gdbscm_make_smob_type_INSTEAD macro

Completed in 26 milliseconds