Lines Matching refs:bool_t
140 static bool_t do_visual_grep(private_resource_t* res,int x,int y,int w,int h) in do_visual_grep()
145 bool_t found=0; in do_visual_grep()
160 bool_t matching=1; in do_visual_grep()
241 bool_t savepnm(resource_t resource,const char* filename,int x1,int y1,int x2,int y2) in savepnm()
359 coordinate_t x, coordinate_t y, bool_t border, in displaypnm()
627 bool_t getkeydown(resource_t res) in getkeydown()
714 bool_t sendkey(resource_t res,keysym_t keysym,bool_t keydown) in sendkey()
722 bool_t sendascii(resource_t res,const char *string) in sendascii()
763 bool_t sendmouse(resource_t res,coordinate_t x,coordinate_t y,buttons_t buttons) in sendmouse()
771 bool_t sendtext(resource_t res, const char *string) in sendtext()
779 bool_t sendtext_to_server(resource_t res, const char *string) in sendtext_to_server()