代码搜索:enum
找到约 10,000 项符合「enum」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5180038
c 20010202-1.c
/* { dg-do compile { target i?86-*-* sparc*-*-* } } */
/* { dg-options "-O2" } */
typedef enum { false, true } __attribute__ ((packed)) boolean;
typedef struct {
enum {
A0 = 0, A1 = 1, A2 = 2
www.eeworm.com/read/187118/5226795
h boolean.h
#ifndef BOOLEAN_H
#define BOOLEAN_H
typedef enum {boolean_false=0,boolean_true=1} BOOLEAN;
typedef enum {toolean_false=0,toolean_true=1,toolean_undefined=-1} TOOLEAN;
#ifndef
www.eeworm.com/read/340665/3281104
c 20010202-1.c
/* { dg-do compile { target i?86-*-* sparc*-*-* } } */
/* { dg-options "-O2" } */
typedef enum { false, true } __attribute__ ((packed)) boolean;
typedef struct {
enum {
A0 = 0, A1 = 1, A2 = 2
www.eeworm.com/read/339800/3294421
h regstr.h
#ifndef _REGSTR_H
#define _REGSTR_H
#ifdef __cplusplus
extern "C" {
#endif
#define REGSTR_KEY_CLASS TEXT("Class")
#define REGSTR_KEY_CONFIG TEXT("Config")
#define REGSTR_KEY_ENUM TEXT("Enum")
#define
www.eeworm.com/read/337546/3337119
h nf_conntrack_ftp.h
#ifndef _NF_CONNTRACK_FTP_H
#define _NF_CONNTRACK_FTP_H
/* FTP tracking. */
/* This enum is exposed to userspace */
enum ip_ct_ftp_type
{
/* PORT command from client */
IP_CT_FTP_PORT,
/* PASV res
www.eeworm.com/read/331589/3406662
svn-base command.h.svn-base
/*
* vivi/include/command.h
*
*/
#ifndef _VIVI_COMMAND_H_
#define _VIVI_COMMAND_H_
long paramoldvalue;
int argc;
enum ParseState {
PS_WHITESPACE,
PS_TOKEN,
PS_STRING,
PS_ESCAPE
};
enum Parse
www.eeworm.com/read/324920/3495910
h nf_conntrack_ftp.h
#ifndef _NF_CONNTRACK_FTP_H
#define _NF_CONNTRACK_FTP_H
/* FTP tracking. */
/* This enum is exposed to userspace */
enum ip_ct_ftp_type
{
/* PORT command from client */
IP_CT_FTP_PORT,
/* PASV res
www.eeworm.com/read/316872/3598844
h nf_conntrack_ftp.h
#ifndef _NF_CONNTRACK_FTP_H
#define _NF_CONNTRACK_FTP_H
/* FTP tracking. */
/* This enum is exposed to userspace */
enum nf_ct_ftp_type
{
/* PORT command from client */
NF_CT_FTP_PORT,
/* PASV res
www.eeworm.com/read/306946/3730674
h command.h
/*
* vivi/include/command.h
*
*/
#ifndef _VIVI_COMMAND_H_
#define _VIVI_COMMAND_H_
long paramoldvalue;
int argc;
enum ParseState {
PS_WHITESPACE,
PS_TOKEN,
PS_STRING,
PS_ESCAPE
};
enum Parse
www.eeworm.com/read/293248/3933869
h command.h
/*
* vivi/include/command.h
*
*/
#ifndef _VIVI_COMMAND_H_
#define _VIVI_COMMAND_H_
long paramoldvalue;
int argc;
enum ParseState {
PS_WHITESPACE,
PS_TOKEN,
PS_STRING,
PS_ESCAPE
};
enum Parse