Home
last modified time | relevance | path

Searched refs:ATOM_DECORATIONS (Results 1 – 11 of 11) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Drd/
H A Dvars.cpp54 string ATOM_DECORATIONS ("atom-decorations"); variable
H A Dvars.hpp52 extern string ATOM_DECORATIONS;
H A Ddrd_std.cpp861 init_var (ATOM_DECORATIONS, TYPE_ADHOC); in init_std_drd()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Style/Evaluate/
H A Devaluate_main.cpp98 return evaluate_formatting (t, ATOM_DECORATIONS); in evaluate_impl()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Bridge/
H A Dbridge.cpp74 return bridge_formatting (ttt, st, ip, ATOM_DECORATIONS); in make_bridge()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Env/
H A Denv_default.cpp73 env (ATOM_DECORATIONS) = DATOMS; // dots, underline, hyperlinks?, etc. in initialize_default_env()
H A Denv_exec.cpp178 return exec_formatting (t, ATOM_DECORATIONS); in exec()
1883 exec_until_formatting (t, p, ATOM_DECORATIONS); in exec_until()
2041 return exec_until_formatting (t, p, var, level, ATOM_DECORATIONS); in exec_until()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Concat/
H A Dconcat_text.cpp430 if (rigid && v == ATOM_DECORATIONS) { in typeset_formatting()
H A Dconcater.cpp267 typeset_formatting (t, ip, ATOM_DECORATIONS); in typeset()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Line/
H A Dlazy_typeset.cpp507 return make_lazy_formatting (env, t, ip, ATOM_DECORATIONS); in make_lazy()
H A Dlazy_paragraph.cpp82 tree dec= env->read (ATOM_DECORATIONS); in lazy_paragraph_rep()