Searched refs:boolean (Results 51 - 60 of 60) sorted by relevance

123

/freebsd-12-stable/contrib/ntp/include/
H A Dntp.h18 #include <isc/boolean.h>
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c38 #include <isc/boolean.h>
/freebsd-12-stable/contrib/gdb/gdb/
H A Djv-lang.c659 if (namelen == 7 && memcmp (name, "boolean", 7) == 0)
1071 java_boolean_type = init_type (TYPE_CODE_BOOL, 1, 0, "boolean", NULL);
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c611 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
/freebsd-12-stable/stand/lua/
H A Ddrawer.lua389 -- are: requires_color (boolean), graphic (table depicting graphic), and
H A Dmenu.lua66 -- and should return a boolean indicating whether execution should
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dasn1.h448 ASN1_BOOLEAN boolean; member in union:asn1_type_st::__anon8231
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1028 "boolean", "number", "basedate", "simulate_command", "sim_conf_start",
3450 yyerror("Integer value is not boolean (0 or 1). Assuming 1");
/freebsd-12-stable/sys/dev/mrsas/
H A Dmrsas.h145 } boolean; typedef in typeref:enum:_boolean
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js976 if((typeof state).search('boolean|number')) { state = !visible; }
1145 if('boolean' !== typeof state) {
1576 if('boolean' === typeof config.content.text) {
2502 if(!(/string|boolean/i).test(typeof opts.corner)) { opts.corner = TRUE; }

Completed in 111 milliseconds

123