/dports/security/aide/aide-0.17.4/include/ |
H A D | conf_ast.h | 87 typedef enum bool_operator { enum 91 } bool_operator; typedef 94 bool_operator op; 209 bool_expression* new_string_bool_expression(bool_operator, string_expression*); 210 bool_expression* new_bool_expression(bool_operator, bool_expression*, bool_expression*);
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/ |
H A D | ms_transform.erl | 977 bool_operator('and',2) -> function 979 bool_operator('or',2) -> function 981 bool_operator('xor',2) -> function 983 bool_operator('not',1) -> function 985 bool_operator('andalso',2) -> function 987 bool_operator('orelse',2) -> function 989 bool_operator(_,_) -> function 1043 bool_operator(X,A) or arith_operator(X,A) or cmp_operator(X,A). 1046 real_guard_function(X,A) or bool_test(X,A) or bool_operator(X,A) or
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/ |
H A D | ms_transform.erl | 982 bool_operator('and',2) -> function 984 bool_operator('or',2) -> function 986 bool_operator('xor',2) -> function 988 bool_operator('not',1) -> function 990 bool_operator('andalso',2) -> function 992 bool_operator('orelse',2) -> function 994 bool_operator(_,_) -> function 1048 bool_operator(X,A) or arith_operator(X,A) or cmp_operator(X,A). 1051 real_guard_function(X,A) or bool_test(X,A) or bool_operator(X,A) or
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/ |
H A D | ms_transform.erl | 977 bool_operator('and',2) -> function 979 bool_operator('or',2) -> function 981 bool_operator('xor',2) -> function 983 bool_operator('not',1) -> function 985 bool_operator('andalso',2) -> function 987 bool_operator('orelse',2) -> function 989 bool_operator(_,_) -> function 1043 bool_operator(X,A) or arith_operator(X,A) or cmp_operator(X,A). 1046 real_guard_function(X,A) or bool_test(X,A) or bool_operator(X,A) or
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/ |
H A D | ms_transform.erl | 1009 bool_operator('and',2) -> function 1011 bool_operator('or',2) -> function 1013 bool_operator('xor',2) -> function 1015 bool_operator('not',1) -> function 1017 bool_operator('andalso',2) -> function 1019 bool_operator('orelse',2) -> function 1021 bool_operator(_,_) -> function 1075 bool_operator(X,A) or arith_operator(X,A) or cmp_operator(X,A). 1078 real_guard_function(X,A) or bool_test(X,A) or bool_operator(X,A) or
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/ |
H A D | ms_transform.erl | 1009 bool_operator('and',2) -> function 1011 bool_operator('or',2) -> function 1013 bool_operator('xor',2) -> function 1015 bool_operator('not',1) -> function 1017 bool_operator('andalso',2) -> function 1019 bool_operator('orelse',2) -> function 1021 bool_operator(_,_) -> function 1075 bool_operator(X,A) or arith_operator(X,A) or cmp_operator(X,A). 1078 real_guard_function(X,A) or bool_test(X,A) or bool_operator(X,A) or
|
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/ |
H A D | ms_transform.erl | 1009 bool_operator('and',2) -> function 1011 bool_operator('or',2) -> function 1013 bool_operator('xor',2) -> function 1015 bool_operator('not',1) -> function 1017 bool_operator('andalso',2) -> function 1019 bool_operator('orelse',2) -> function 1021 bool_operator(_,_) -> function 1075 bool_operator(X,A) or arith_operator(X,A) or cmp_operator(X,A). 1078 real_guard_function(X,A) or bool_test(X,A) or bool_operator(X,A) or
|
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/ |
H A D | ms_transform.erl | 1009 bool_operator('and',2) -> function 1011 bool_operator('or',2) -> function 1013 bool_operator('xor',2) -> function 1015 bool_operator('not',1) -> function 1017 bool_operator('andalso',2) -> function 1019 bool_operator('orelse',2) -> function 1021 bool_operator(_,_) -> function 1075 bool_operator(X,A) or arith_operator(X,A) or cmp_operator(X,A). 1078 real_guard_function(X,A) or bool_test(X,A) or bool_operator(X,A) or
|
/dports/security/aide/aide-0.17.4/src/ |
H A D | conf_ast.c | 115 bool_expression* new_string_bool_expression(bool_operator op, string_expression* expr) { in new_string_bool_expression() 125 bool_expression* new_bool_expression(bool_operator op, bool_expression* left, bool_expression* righ… in new_bool_expression()
|