代码搜索结果
找到约 174,363 项符合
Input 的代码
input.ver
#define __ver_input_register_device da187209
#define input_register_device _set_ver(input_register_device)
#define __ver_input_unregister_device 718ceb5d
#define input_unregister_device _set_ver(input
input.c
/* input.c - routines for processing incoming RIP messages */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983, 1988, 1993
* The Regents of t
input.c
/*
** FILE: input.c
**
** DESC: doskey-like read() function
**
** (C) Rainer Schnitker 1994
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of
input.c
/*
** FILE: input.c
**
** DESC: doskey-like read() function
**
** (C) Rainer Schnitker 1994
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of
user-input.c
#include
#include
#include "calls.h"
#include "commons.h"
#include "display.h"
#include "user-input.h"
#include "setup.h"
#include "sflphone.h"
#include "strutils.h"
#define IBU
input.c
#
/*
*
* UNIX debugger
*
*/
#include "defs.h"
INT mkfault;
CHAR line[LINSIZ];
INT infile;
CHAR *lp;
CHAR lastc EOR;
INT eof;
/* input routines */
eol(c)
CHAR c;
{
return(c==EOR ORF c=='
saa7134-input.c
/*
* handle saa7134 IR remotes via linux kernel input layer.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ
input.c
/*
* The input core
*
* Copyright (c) 1999-2002 Vojtech Pavlik
*/
/*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public Licens
hid-input.c
/*
* $Id: hid-input.c,v 1.2 2002/04/23 00:59:25 rdamazio Exp $
*
* Copyright (c) 2000-2001 Vojtech Pavlik
*
* USB HID to Linux Input mapping
*/
/*
* This program is free software; you can re
input-programming.txt
$Id: input-programming.txt,v 1.4 2001/05/04 09:47:14 vojtech Exp $
Programming input drivers
~~~~~~~~~~~~~~~~~~~~~~~~~
1. Creating an input device driver
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1.0 The