Home
last modified time | relevance | path

Searched refs:scm_read_opts (Results 1 – 15 of 15) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dprivate-options.h62 SCM_INTERNAL scm_t_option scm_read_opts[]; variable
64 #define SCM_COPY_SOURCE_P scm_read_opts[0].val
65 #define SCM_RECORD_POSITIONS_P scm_read_opts[1].val
66 #define SCM_CASE_INSENSITIVE_P scm_read_opts[2].val
67 #define SCM_KEYWORD_STYLE scm_read_opts[3].val
68 #define SCM_R6RS_ESCAPES_P scm_read_opts[4].val
69 #define SCM_SQUARE_BRACKETS_P scm_read_opts[5].val
70 #define SCM_HUNGRY_EOL_ESCAPES_P scm_read_opts[6].val
71 #define SCM_CURLY_INFIX_P scm_read_opts[7].val
72 #define SCM_R7RS_SYMBOLS_P scm_read_opts[8].val
H A Dread.c74 scm_t_option scm_read_opts[] = variable
174 scm_read_opts,
2396 scm_init_opts (scm_read_options, scm_read_opts); in scm_init_read()
H A DChangeLog-1996-19993126 * read.c, read.h (scm_read_options, scm_read_opts): Removed
3171 * read.c, read.h (scm_read_opts): New read options
6469 * read.c (scm_read_opts): add a keywords option. This isn't a
6527 * read.c: add case-insensitive option to scm_read_opts.
H A DChangeLog-2008184 (scm_read_opts): Update docstring for `keywords'.
5432 * read.c (scm_read_opts): Change `escaped-parens' to
5437 * read.c (scm_read_opts): New opts `elisp-vectors' and
9635 * read.c (scm_read_opts): Add full stop at end of doc for
/dports/lang/guile/guile-3.0.7/libguile/
H A Dprivate-options.h57 SCM_INTERNAL scm_t_option scm_read_opts[]; variable
59 #define SCM_RECORD_POSITIONS_P scm_read_opts[0].val
60 #define SCM_CASE_INSENSITIVE_P scm_read_opts[1].val
61 #define SCM_KEYWORD_STYLE scm_read_opts[2].val
62 #define SCM_R6RS_ESCAPES_P scm_read_opts[3].val
63 #define SCM_SQUARE_BRACKETS_P scm_read_opts[4].val
64 #define SCM_HUNGRY_EOL_ESCAPES_P scm_read_opts[5].val
65 #define SCM_CURLY_INFIX_P scm_read_opts[6].val
66 #define SCM_R7RS_SYMBOLS_P scm_read_opts[7].val
H A Dread.c75 scm_t_option scm_read_opts[] = variable
130 return scm_options (setting, scm_read_opts, FUNC_NAME);
1845 scm_init_opts (scm_read_options, scm_read_opts); in scm_init_read()
H A DChangeLog-1996-19993126 * read.c, read.h (scm_read_options, scm_read_opts): Removed
3171 * read.c, read.h (scm_read_opts): New read options
6469 * read.c (scm_read_opts): add a keywords option. This isn't a
6527 * read.c: add case-insensitive option to scm_read_opts.
H A DChangeLog-2008184 (scm_read_opts): Update docstring for `keywords'.
5432 * read.c (scm_read_opts): Change `escaped-parens' to
5437 * read.c (scm_read_opts): New opts `elisp-vectors' and
9635 * read.c (scm_read_opts): Add full stop at end of doc for
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dread.h48 SCM_API scm_t_option scm_read_opts[]; variable
50 #define SCM_COPY_SOURCE_P scm_read_opts[0].val
51 #define SCM_RECORD_POSITIONS_P scm_read_opts[1].val
52 #define SCM_CASE_INSENSITIVE_P scm_read_opts[2].val
53 #define SCM_KEYWORD_STYLE scm_read_opts[3].val
55 #define SCM_ELISP_VECTORS_P scm_read_opts[4].val
56 #define SCM_ESCAPED_PARENS_P scm_read_opts[5].val
H A Dread.c59 scm_t_option scm_read_opts[] = { variable
126 scm_read_opts,
1290 scm_init_opts (scm_read_options, scm_read_opts, SCM_N_READ_OPTIONS); in scm_init_read()
H A DChangeLog-1996-19993126 * read.c, read.h (scm_read_options, scm_read_opts): Removed
3171 * read.c, read.h (scm_read_opts): New read options
6469 * read.c (scm_read_opts): add a keywords option. This isn't a
6527 * read.c: add case-insensitive option to scm_read_opts.
H A DChangeLog-2008152 (scm_read_opts): Update docstring for `keywords'.
4985 * read.c (scm_read_opts): Change `escaped-parens' to
4990 * read.c (scm_read_opts): New opts `elisp-vectors' and
9188 * read.c (scm_read_opts): Add full stop at end of doc for
/dports/print/lilypond/lilypond-2.22.1/Documentation/misc/
H A DChangeLog-1.5602 * lily/main.cc: Temporary fix for access to scm_read_opts array
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/misc/
H A DChangeLog-1.5602 * lily/main.cc: Temporary fix for access to scm_read_opts array
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog16791 * libguile/read.c (scm_read_opts): Add entry for 'r7rs-symbols'.
26636 (scm_read_opts): Add curly-infix reader option. Reformat to comply
36434 * libguile/read.c (scm_read_opts): Use iflags bits for initializers.
39608 * libguile/read.c (scm_read_opts): Default "positions" to #t. The
44737 * libguile/read.c (scm_read_opts): Remove unused elisp-vectors option,
53017 the end of the scm_read_opts struct.
53065 * libguile/read.c (scm_read_opts, SCM_SQUARE_BRACKETS_P): Add an option
53182 * libguile/read.c (scm_read_opts): add new option r6rs-hex-escapes
54955 * libguile/read.c (scm_read_opts): Likewise.