Searched refs:JimExprNode (Results 1 – 1 of 1) sorted by relevance
13768 struct JimExprNode { struct13772 struct JimExprNode *left; argument13773 struct JimExprNode *right; argument13774 struct JimExprNode *ternary; argument13781 int (*funcop) (Jim_Interp *interp, struct JimExprNode *opnode);13788 static int JimExprGetTerm(Jim_Interp *interp, struct JimExprNode *node, Jim_Obj **objPtrPtr);13789 static int JimExprGetTermBoolean(Jim_Interp *interp, struct JimExprNode *node);13790 static int JimExprEvalTermNode(Jim_Interp *interp, struct JimExprNode *node);13792 static int JimExprOpNumUnary(Jim_Interp *interp, struct JimExprNode *node) in JimExprOpNumUnary()13901 static int JimExprOpIntUnary(Jim_Interp *interp, struct JimExprNode *node) in JimExprOpIntUnary()[all …]