Searched defs:bool_t (Results 1 - 6 of 6) sorted by relevance

/external/libvncserver/VisualNaCro/
H A Dnacro.h12 typedef int bool_t; typedef
46 typedef int bool_t; typedef
85 bool_t getkeydown(resource_t res);
96 bool_t sendkey(resource_t res,keysym_t keysym,bool_t keydown);
97 bool_t sendascii(resource_t res,const char *string);
98 bool_t sendmouse(resource_t res,coordinate_t x,coordinate_t y,buttons_t buttons);
99 bool_t sendtext(resource_t res, const char *string);
100 bool_t sendtext_to_server(resource_t res, const char *string);
107 bool_t savepn
[all...]
/external/libedit/src/
H A Del.h65 typedef int bool_t; /* True or not */ typedef
/external/libnfc-nci/halimpl/pn54x/common/
H A DphNfcTypes.h33 typedef uint8_t bool_t; /* boolean data type */ typedef
/external/valgrind/none/tests/ppc32/
H A Dround.c27 typedef enum { FALSE=0, TRUE } bool_t; typedef in typeref:enum:__anon16671
97 bool_t debug = FALSE;
98 bool_t long_is_64_bits = sizeof(long) == 8;
402 bool_t two_args = TRUE;
/external/valgrind/none/tests/ppc64/
H A Dround.c27 typedef enum { FALSE=0, TRUE } bool_t; typedef in typeref:enum:__anon16719
97 bool_t debug = FALSE;
98 bool_t long_is_64_bits = sizeof(long) == 8;
402 bool_t two_args = TRUE;
/external/libnfc-nxp/inc/
H A DphNfcTypes.h116 typedef uint8_t bool_t; /**< \ingroup grp_nfc_common typedef

Completed in 261 milliseconds