代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/132649/5912022
hpp command.hpp
/*
* ===========================================================================
* PRODUCTION $Log: command.hpp,v $
* PRODUCTION Revision 1000.4 2004/06/01 19:50:57 gouriano
* PRODUCTION PRODUCT
www.eeworm.com/read/132649/5914180
cpp command.cpp
/*
* ===========================================================================
* PRODUCTION $Log: command.cpp,v $
* PRODUCTION Revision 1000.2 2004/06/01 21:04:46 gouriano
* PRODUCTION PRODUCT
www.eeworm.com/read/131843/5926750
h command.h
#if !defined(COMMAND_H)
#define COMMAND_H
#include
// 命令栈数据结构
struct CommandDS
{
char szElement[81];
};
// 命令栈链表
struct CommandList
{
struct CommandDS Command;
struct
www.eeworm.com/read/131843/5926760
c command.c
#include "Command.h"
#include "Server.h"
#include
// 添加一个元素到命令栈中
struct CommandList *Add_Command(struct CommandList *pNode,struct CommandDS Command)
{
if (pNode->pNext = (struct C
www.eeworm.com/read/131843/5926778
h command.h
#if !defined(COMMAND_H)
#define COMMAND_H
#include
struct CommandDS
{
char szElement[81];
};
struct CommandList
{
struct CommandDS Command;
struct CommandList *pNext;
}
www.eeworm.com/read/131843/5926790
c command.c
#include "Command.h"
#include "client.h"
#include
struct CommandList *Add_Command(struct CommandList *pNode,struct CommandDS Command)
{
if (pNode->pNext = (struct CommandList *)mal
www.eeworm.com/read/131315/5939260
c command.c
/* Handle lists of commands, their decoding and documentation, for GDB.
Copyright 1986, 1989, 1990, 1991 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/o
www.eeworm.com/read/131315/5939280
h command.h
/* Header file for command-reading library command.c.
Copyright (C) 1986, 1989, 1990 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under th
www.eeworm.com/read/131315/5941475
cc command.cc
// -*- C++ -*-
/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
groff is free software; you can redistr