Searched refs:get_int (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/check/
H A Dcheck.edc46 if (get_int(isEnabled) == 1) {
49 if (get_int(isChecked) == 1) {
51 if (get_int(isFocused) == 1)
53 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
57 if (get_int(isFocused) == 1)
59 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
66 if (get_int(isChecked) == 1)
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/radio/
H A Dradio.edc45 if (get_int(isEnabled) == 1) {
48 if (get_int(isChecked) == 1) {
50 if (get_int(isFocused) == 1)
52 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
56 if (get_int(isFocused) == 1)
58 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
65 if (get_int(isChecked) == 1)
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/search/cancel/
H A Dsearch_cancel.edc37 if (get_int(isEnabled) == 1) {
39 if (get_int(isFocused) == 1)
41 if (get_int(isPressed) == 1)
43 if (get_int(isHovered) == 1)
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/search/decoration/
H A Dsearch_decoration.edc38 if (get_int(isEnabled) == 1) {
40 if (get_int(isFocused) == 1)
42 if (get_int(isPressed) == 1)
44 if (get_int(isHovered) == 1)
/macosx-10.10/postfix-255/postfix/src/global/
H A Dcfg_parser.h26 int (*get_int) (const struct CFG_PARSER *, const char *, int, int, int); member in struct:CFG_PARSER
H A Dcfg_parser.c244 parser->get_int = get_dict_int;
249 parser->get_int = get_main_int;
287 intval = parser->get_int(parser, name, defval, min, max);
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/button/
H A Dbutton.edc41 if (get_int(isEnabled) == 1) {
43 if (get_int(isFocused) == 1) {
45 if (get_int(isPressed) == 1)
48 else if (get_int(isHovered) == 1) {
50 if (get_int(isPressed) == 1)
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/entry/
H A Dentry.edc39 if (get_int(isEnabled) == 1) {
41 if (get_int(isPressed) == 1)
43 if (get_int(isFocused) == 1)
45 if (get_int(isHovered) == 1 && get_int(isFocused) == 0)
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/search/field/
H A Dsearch_field.edc39 if (get_int(isEnabled) == 1) {
41 if (get_int(isFocused) == 1)
43 if (get_int(isPressed) == 1)
45 if (get_int(isFocused) == 0 && get_int(isHovered) == 1)
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dpj-dis.c28 get_int (bfd_vma memaddr, int *iptr, struct disassemble_info *info) function
81 if ((status = get_int (addr, &val, info)))
88 if ((status = get_int (addr, &lowval, info)))
92 if ((status = get_int (addr, &highval, info)))
98 if ((status = get_int (addr, &val, info)))
118 if ((status = get_int (addr, &val, info)))
125 if ((status = get_int (addr, &count, info)))
131 if ((status = get_int (addr, &val, info)))
136 if ((status = get_int (addr, &val, info)))
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/slider/
H A Dslider.edc41 if (get_int(isEnabled) == 1) {
43 if (get_int(isFocused) == 1) {
45 if (get_int(isPressed) == 1)
47 } else if (get_int(isHovered) == 1) {
49 if (get_int(isPressed) == 1)
242 if (get_int(isEnabled) == 1) {
244 if (get_int(isFocused) == 1) {
246 if (get_int(isPressed) == 1)
248 } else if (get_int(isHovered) == 1) {
250 if (get_int(isPresse
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/spinner/
H A Dspinner.edc39 if (get_int(isEnabled) == 1) {
42 if (get_int(isHovered) == 1) {
43 if (get_int(isSpinup)) {
45 if (get_int(isPressed))
50 if (get_int(isPressed))
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/combo/
H A Dcombo.edc54 if (get_int(isEnabled) == 1) {
58 if (get_int(isFocused) == 1) {
61 if (get_int(isPressed) == 1) {
66 else if (get_int(isHovered) == 1) {
69 if (get_int(isPressed) == 1) {
80 if(get_int(styled) == 1) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-server.c56 #define get_int() buffer_get_int(&iqueue); macro
524 version = get_int();
553 id = get_int();
555 pflags = get_int(); /* portable flags */
590 id = get_int();
607 id = get_int();
610 len = get_int();
649 id = get_int();
694 id = get_int();
731 id = get_int();
[all...]
H A Dssh-pkcs11-helper.c55 #define get_int() buffer_get_int(&iqueue); macro
177 (void)get_int(); /* XXX ignore flags */
/macosx-10.10/swig-12/Lib/ocaml/
H A Dswig.ml47 let rec get_int x = var
61 | C_obj o -> (try (get_int (o "int" C_void))
62 with _ -> (get_int (o "&" C_void)))
82 (char_of_int (get_int x))
93 (try if get_int x != 0 then true else false
H A Dstd_vector.i82 for i = 0; to (get_int ((invoke v) "size" C_void)) - 1 do
H A Dswig.mli34 val get_int : 'a c_obj_t -> int var
/macosx-10.10/WebCore-7600.1.25/platform/efl/DefaultTheme/widget/scrollbar/
H A Dscrollbar.edc41 new id = get_int(hide_timer);
218 new id = get_int(hide_timer);

Completed in 112 milliseconds