Home
last modified time | relevance | path

Searched refs:VAL_BOOL (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/scriptables/
H A Dscript_value.cpp62 _type = VAL_BOOL; in ScValue()
351 return (_type == VAL_BOOL); in isBool()
388 _type = VAL_BOOL; in setBool()
546 case VAL_BOOL: in getBool()
574 case VAL_BOOL: in getInt()
602 case VAL_BOOL: in getFloat()
658 case VAL_BOOL: in getString()
764 …e == VAL_NATIVE && (val->_type == VAL_INT || val->_type == VAL_STRING || val->_type == VAL_BOOL)) { in setValue()
772 case VAL_BOOL: in setValue()
H A Ddcscript.h42 VAL_BOOL, enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/scriptables/
H A Dscript_value.cpp62 _type = VAL_BOOL; in ScValue()
351 return (_type == VAL_BOOL); in isBool()
388 _type = VAL_BOOL; in setBool()
546 case VAL_BOOL: in getBool()
574 case VAL_BOOL: in getInt()
602 case VAL_BOOL: in getFloat()
658 case VAL_BOOL: in getString()
764 …e == VAL_NATIVE && (val->_type == VAL_INT || val->_type == VAL_STRING || val->_type == VAL_BOOL)) { in setValue()
772 case VAL_BOOL: in setValue()
H A Ddcscript.h42 VAL_BOOL, enumerator
/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_filter_y.h51 VAL_BOOL = 269, enumerator
67 #define VAL_BOOL 269 macro
H A Dslp_filter_l.l160 yylval.filter_int = 1; return VAL_BOOL;
165 yylval.filter_int = 0; return VAL_BOOL;
H A Dslp_filter_y.y126 %token<filter_int> VAL_INT VAL_BOOL
225 | OPERAND exp_operator VAL_BOOL
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Drvalue.c44 case VAL_BOOL: in rval2bool()
88 case VAL_BOOL: in rval2string()
133 case VAL_BOOL: in rval2number()
271 if(left->type == VAL_BOOL || right->type == VAL_BOOL) { in rval_equal()
H A Dxpath.c715 res->type=VAL_BOOL; in xpath_execute_scalar()
720 res->type=VAL_BOOL; in xpath_execute_scalar()
728 res->type=VAL_BOOL; in xpath_execute_scalar()
733 res->type=VAL_BOOL; in xpath_execute_scalar()
740 res->type = VAL_BOOL; in xpath_execute_scalar()
755 res->type=VAL_BOOL; in xpath_execute_scalar()
768 res->type=VAL_BOOL; in xpath_execute_scalar()
777 res->type=VAL_BOOL; in xpath_execute_scalar()
786 res->type=VAL_BOOL; in xpath_execute_scalar()
795 res->type=VAL_BOOL; in xpath_execute_scalar()
[all …]
H A Dvariables.c119 case VAL_BOOL: in rval_copy()
259 if(variable->extra.type == VAL_BOOL || variable->extra.type == VAL_INT) { in copy_variables()
H A Dfunctions.c115 res->type = VAL_BOOL; in xf_true()
121 res->type = VAL_BOOL; in xf_false()
228 res->type = VAL_BOOL; in xf_tobool()
292 res->type = VAL_BOOL; in xf_contains()
306 res->type = VAL_BOOL; in xf_starts()
839 res->type = VAL_BOOL; in xf_check()
H A Dltr_xsl.h28 typedef enum {VAL_NULL=0, VAL_BOOL, VAL_INT, VAL_NUMBER, VAL_STRING, VAL_NODESET} RVALUE_TYPE; enumerator
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dpredicate_lexer.l34 [tT][rR][uU][eE] { yylval->valb = 1; return VAL_BOOL; }
35 [fF][aA][lL][sS][eE] { yylval->valb = 0; return VAL_BOOL; }
H A Dpredicate_parser.y37 %token <valb> VAL_BOOL
73 | VAL_BOOL { $$ = PredicateParse_newBoolValue( $<valb>1 ); }
H A Dpredicate_parser.h49 VAL_BOOL = 263, enumerator
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Drc.c60 #define VAL_BOOL 2 macro
114 VAL_BOOL,
120 VAL_BOOL,
125 VAL_BOOL,
426 case VAL_BOOL: in dlg_create_rc()
566 case VAL_BOOL: in dlg_parse_rc()
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/
H A Dpredicate_lexer.l35 [tT][rR][uU][eE] { yylval->valb = 1; return VAL_BOOL; }
36 [fF][aA][lL][sS][eE] { yylval->valb = 0; return VAL_BOOL; }
H A Dpredicate_parser.y41 %token <valb> VAL_BOOL
80 | VAL_BOOL { $$ = PredicateParse_newBoolValue( $<valb>1 ); }
/dports/devel/kf5-kservice/kservice-5.89.0/src/services/
H A Dlex.l53 "TRUE" { yylval->valb = 1; return VAL_BOOL; }
54 "FALSE" { yylval->valb = 0; return VAL_BOOL; }
H A Dyacc.y56 %token <valb> VAL_BOOL
152 | VAL_BOOL { $$ = KTraderParse_newBOOL( $<valb>1 ); }
/dports/devel/cdialog/dialog-1.3-20201126/
H A Drc.c73 #define VAL_BOOL 2 macro
124 VAL_BOOL,
130 VAL_BOOL,
135 VAL_BOOL,
474 case VAL_BOOL: in dlg_create_rc()
623 case VAL_BOOL: in dlg_parse_rc()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/json/t/
H A Djson_schema_validation_report.test71 --echo # Bug#29528888: WL#11999: SIG6 IN ITEM_FUNC_JSON_SCHEMA_VALID::VAL_BOOL()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dctrl.h58 enum CtrlValueType { VAL_LOG, VAL_LINEAR, VAL_INT, VAL_BOOL, VAL_ENUM }; enumerator
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/json/r/
H A Djson_schema_validation_report.result99 # Bug#29528888: WL#11999: SIG6 IN ITEM_FUNC_JSON_SCHEMA_VALID::VAL_BOOL()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/debugger/
H A Ddebugger_controller.cpp243 } else if (var->_type == VAL_BOOL) { in setValue()

12