Home
last modified time | relevance | path

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

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Tree/
H A Dtree_correct.cpp501 void count_invisible (array<tree> a);
502 void count_invisible (tree t, string mode);
509 count_invisible (t, "text"); } in invisible_corrector()
539 invisible_corrector::count_invisible (array<tree> a) { in count_invisible() function in invisible_corrector
574 invisible_corrector::count_invisible (tree t, string mode) { in count_invisible() function in invisible_corrector
581 count_invisible (t[i], smode); in count_invisible()
585 count_invisible (concat_tokenize (t)); in count_invisible()