Home | History | Annotate | Download | only in guile

Lines Matching refs:charset

1 /* GDB/Scheme charset interface.
23 #include "charset.h"
82 const char *charset;
95 data->result = scm_to_stringn (data->string, data->lenp, data->charset,
100 /* Convert an SCM string to a string in charset CHARSET.
117 const char *charset, int strict, SCM *except_scmp)
124 data.charset = charset;
149 const char *charset;
162 data->result = scm_from_stringn (data->string, data->len, data->charset,
167 /* Convert STRING to a Scheme string in charset CHARSET.
177 const char *charset, int strict)
184 data.charset = charset;
260 /* Initialize the Scheme charset interface to GDB. */