Home | History | Annotate | Download | only in guile

Lines Matching defs:smob

30 /* A smob describing a gdb block.  */
151 /* The smob "free" function for <gdb:block>. */
172 /* The smob "print" function for <gdb:block>. */
274 /* Returns a pointer to the block smob of SELF.
294 /* Returns the block smob in SELF, verifying it's valid.
313 /* Returns the block smob contained in SCM or NULL if SCM is not a
523 /* The smob "print" function for <gdb:block-symbols-iterator>. */
580 SCM smob;
584 smob = scm_new_smob (block_syms_progress_smob_tag, (scm_t_bits) i_smob);
587 return smob;