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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-pretty-print.c 110 static scm_t_bits pretty_printer_smob_tag; variable
164 smob = scm_new_smob (pretty_printer_smob_tag, (scm_t_bits) pp_smob);
175 return SCM_SMOB_PREDICATE (pretty_printer_smob_tag, scm);
1102 pretty_printer_smob_tag
1105 scm_set_smob_print (pretty_printer_smob_tag,
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-pretty-print.c 110 static scm_t_bits pretty_printer_smob_tag; variable
164 smob = scm_new_smob (pretty_printer_smob_tag, (scm_t_bits) pp_smob);
175 return SCM_SMOB_PREDICATE (pretty_printer_smob_tag, scm);
1102 pretty_printer_smob_tag
1105 scm_set_smob_print (pretty_printer_smob_tag,

Completed in 25 milliseconds