Searched refs:JimExprNode (Results 1 – 1 of 1) sorted by relevance
13770 struct JimExprNode { struct13774 struct JimExprNode *left; argument13775 struct JimExprNode *right; argument13776 struct JimExprNode *ternary; argument13783 int (*funcop) (Jim_Interp *interp, struct JimExprNode *opnode);13790 static int JimExprGetTerm(Jim_Interp *interp, struct JimExprNode *node, Jim_Obj **objPtrPtr);13791 static int JimExprGetTermBoolean(Jim_Interp *interp, struct JimExprNode *node);13792 static int JimExprEvalTermNode(Jim_Interp *interp, struct JimExprNode *node);13794 static int JimExprOpNumUnary(Jim_Interp *interp, struct JimExprNode *node) in JimExprOpNumUnary()13896 static int JimExprOpIntUnary(Jim_Interp *interp, struct JimExprNode *node) in JimExprOpIntUnary()[all …]