Home
last modified time | relevance | path

Searched defs:tree_eval (Results 1 – 2 of 2) sorted by relevance

/dports/security/pbc/pbc-0.5.14/pbc/
H A Dpbc.c105 static val_ptr tree_eval(tree_ptr t) { in tree_eval() function
/dports/japanese/gawk/gawk-3.0.6/
H A Dawk.h673 #define tree_eval(t) m_tree_eval(t, FALSE) macro