Home
last modified time | relevance | path

Searched refs:scheme_to_tree (Results 1 – 8 of 8) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Scheme/
H A Dfrom_scheme.cpp174 scheme_to_tree (string s) { in scheme_to_tree() function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/
H A Dconvert.hpp63 tree scheme_to_tree (string s);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/System/Misc/
H A Ddata_cache.cpp215 tree t= scheme_to_tree (cached); in cache_load()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Generic/
H A Dinput.cpp243 write (simplify_correct (scheme_to_tree (buf))); in scheme_flush()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Document/
H A Dnew_style.cpp128 tree p= scheme_to_tree (s); in style_get_cache()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Tex/
H A Dconservative_fromtex.cpp88 src= scheme_to_tree (atts (0, spos)); in get_texmacs_attachments()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Glue/
H A Dbuild-glue-basic.scm446 (stm-snippet->texmacs scheme_to_tree (tree string))
H A Dglue_basic.cpp5189 tree out= scheme_to_tree (in1); in tmg_stm_snippet_2texmacs()