代码搜索:Command

找到约 10,000 项符合「Command」的源代码

代码结果 10,000
www.eeworm.com/read/15240/440304

c command.c

/* * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software
www.eeworm.com/read/15240/441413

c command.c

#include #include #include #include #define PROMPT ">" void getline(char *buf,int *num,int max_num) { static int line_len = 0;
www.eeworm.com/read/16728/684403

c command.c

#include #include #include #include #include "rtc.h" #include "aux_lib.h" #include "uart_std.h" #include "uart2.h" #include "command.h" #include "c
www.eeworm.com/read/16728/684404

h command.h

#ifndef __COMMAND_H__ #define __COMMAND_H__ struct cmd { char *cmdName; int (*run) (int argc, char **argv); char *help; }; extern struct cmd cmds[]; int command_run(int argc, char **arg
www.eeworm.com/read/16728/684931

c command.c

#include #include #include #include #include "rtc.h" #include "aux_lib.h" #include "uart_std.h" #include "uart2.h" #include "command.h" #include "c
www.eeworm.com/read/16728/684932

h command.h

#ifndef __COMMAND_H__ #define __COMMAND_H__ struct cmd { char *cmdName; int (*run) (int argc, char **argv); char *help; }; extern struct cmd cmds[]; int command_run(int argc, char **arg
www.eeworm.com/read/16782/689441

java command.java

/** * Description: * Copyright (C), 2005-2008, Yeeku.H.Lee * This program is protected by copyright laws. * Program Name: * Date: * @author Yeeku.H.Lee kongyeeku@1
www.eeworm.com/read/16782/689447

class command.class

www.eeworm.com/read/16793/691440

def command.def

This file is command.def, from which is created command.c. It implements the builtin "command" in Bash. Copyright (C) 1987-2009 Free Software Foundation, Inc. This file is part of GNU Bash, the Bour
www.eeworm.com/read/16793/691736

h command.h

/* command.h -- The structures used internally to represent commands, and the extern declarations of the functions used to create them. */ /* Copyright (C) 1993-2010 Free Software Foundation, Inc.