Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c13768 struct JimExprNode { struct
13772 struct JimExprNode *left; argument
13773 struct JimExprNode *right; argument
13774 struct JimExprNode *ternary; argument
13781 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 …]