Home
last modified time | relevance | path

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

/external/clearsilver/cs/
Dcs.h97 #define CS_TYPES (CS_TYPE_STRING | CS_TYPE_NUM | CS_TYPE_VAR | CS_TYPE_VAR_NUM) macro
98 #define CS_OPS_LVALUE (CS_OP_DOT | CS_OP_LBRACKET | CS_TYPES)
Dcsparse.c1190 if (tokens[0].type & CS_TYPES) in parse_expr2()
1810 switch ((arg->op_type & CS_TYPES)) in arg_eval()
1829 switch ((arg->op_type & CS_TYPES)) in arg_eval_num()
1859 switch ((arg->op_type & CS_TYPES)) in arg_eval_bool()
1893 switch ((arg->op_type & CS_TYPES)) in arg_eval_str_alloc()
2133 if (expr->op_type & CS_TYPES) in eval_expr()