Home | History | Annotate | Download | only in guile

Lines Matching refs:printers

241 /* (pretty-printers) -> list
242 Returns the list of global pretty-printers. */
250 /* (set-pretty-printers! list) -> unspecified
251 Set the global pretty-printers list. */
254 gdbscm_set_pretty_printers_x (SCM printers)
256 SCM_ASSERT_TYPE (gdbscm_is_true (scm_list_p (printers)), printers,
259 pretty_printer_list = printers;
1087 { "pretty-printers", 0, 0, 0, as_a_scm_t_subr (gdbscm_pretty_printers),
1089 Return the list of global pretty-printers." },
1091 { "set-pretty-printers!", 1, 0, 0,
1094 Set the list of global pretty-printers." },