util.c | 81 mlx_command(struct mlx_usercommand *mu, int bomb) function in typeref:typename:int 85 if ((rv = ioctl(mlxfd, MLX_COMMAND, mu)) != 0 && bomb) 106 mlx_command(&mu, 1); 122 mlx_command(&mu, 1); 144 mlx_command(&mu, 1); 162 return (mlx_command(&mu, 0)); 195 if ((rv = mlx_command(&mu, 0)) == 0) {
|