Home
last modified time | relevance | path

Searched refs:scm_read_string (Results 1 – 4 of 4) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dread.c407 scm_read_string (int chr, SCM port) in scm_read_string() function
1090 return (scm_read_string (chr, port)); in scm_read_expression()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dread.c548 scm_read_string (int chr, SCM port) in scm_read_string() function
1483 return scm_read_string (chr, port); in scm_read_expression()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dread.c723 scm_read_string (int chr, SCM port, scm_t_read_opts *opts) in scm_read_string() function
1814 return (scm_read_string (chr, port, opts)); in read_inner_expression()
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog16794 'scm_read_string' that handles either string literals or R7RS quoted
16845 * libguile/read.c (scm_read_string): Accept "\|" in string literals.
26741 scm_read_srfi4_vector, scm_read_string, scm_read_syntax,
28114 Optimize `scm_read_string'.
41388 (scm_read_string): If SCM_HUNGRY_EOL_ESCAPES_P,
44740 (scm_read_string): Remove the elisp-strings case.
53184 (scm_read_string): parse R6RS hex string escapes
53307 Refactor repeated code in scm_read_string
53309 (scm_read_string): use new macro SCM_READ_HEX_ESCAPE
53400 * libguile/read.c (scm_read_string): parse backspace escape
[all …]