Home
last modified time | relevance | path

Searched refs:scm_t_read_opts (Results 1 – 2 of 2) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dread.c122 typedef struct t_read_opts scm_t_read_opts; typedef
258 read_token (SCM port, scm_t_read_opts *opts, in read_token()
289 read_complete_token (SCM port, scm_t_read_opts *opts, in read_complete_token()
723 scm_read_string (int chr, SCM port, scm_t_read_opts *opts) in scm_read_string()
866 scm_read_quote (int chr, SCM port, scm_t_read_opts *opts) in scm_read_quote()
955 scm_read_nil (int chr, SCM port, scm_t_read_opts *opts) in scm_read_nil()
1534 scm_t_read_opts *opts) in scm_read_commented_expression()
1758 read_inner_expression (SCM port, scm_t_read_opts *opts) in read_inner_expression()
1868 scm_read_expression (SCM port, scm_t_read_opts *opts) in scm_read_expression()
1947 scm_t_read_opts opts;
[all …]
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog26638 (scm_t_read_opts): Add curly_infix_p and neoteric_p fields.
26689 * libguile/read.c (scm_t_read_opts): Update comment to mention the
26697 per-port read option overrides when initializing the 'scm_t_read_opts'
26727 scm_t_read_opts): New types.