Home
last modified time | relevance | path

Searched refs:INACTIVE_BLOCK_RECURSE (Results 1 – 6 of 6) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Env/
H A Denv_inactive.cpp180 (inactive_mode == INACTIVE_BLOCK_RECURSE)) in rewrite_inactive_arg()
466 bool block= (inactive_mode >= INACTIVE_BLOCK_RECURSE); in rewrite_inactive()
473 (inactive_mode == INACTIVE_BLOCK_RECURSE)) in rewrite_inactive()
H A Denv_exec.cpp126 else if (t[1] == "recurse*") inactive_mode= INACTIVE_BLOCK_RECURSE; in rewrite()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Style/Evaluate/
H A Devaluate_inactive.cpp209 (sty->mode == INACTIVE_BLOCK_RECURSE)) in rewrite_inactive_arg()
502 bool flag= (sty->mode >= INACTIVE_BLOCK_RECURSE); in rewrite_inactive()
510 (sty->mode == INACTIVE_BLOCK_RECURSE)) in rewrite_inactive()
H A Devaluate_rewrite.cpp163 else if (t[1] == "recurse*") inactive_mode= INACTIVE_BLOCK_RECURSE; in rewrite_impl()
H A Devaluate_main.hpp31 #define INACTIVE_BLOCK_RECURSE 3 macro
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/
H A Denv.hpp97 #define INACTIVE_BLOCK_RECURSE 3 macro