Home
last modified time | relevance | path

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

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Tree/
H A Dtree_correct.hpp28 int count_math_errors (tree t, int mode= 0);
H A Dtree_correct.cpp885 count_math_errors (tree t, int mode) { in count_math_errors() function
891 if (cmode != "math") sum += count_math_errors (t[i], mode); in count_math_errors()
926 int new_errors= count_math_errors (t); in math_status_cumul_sub()
941 int errors= count_math_errors (t); in math_status_cumul()
942 count_formula += count_math_errors (t, 1); in math_status_cumul()