代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/145991/5741815
h execute.h
/*--------------------------------------------------------------------*/
/* e x e c u t e . h */
/*
www.eeworm.com/read/141268/5774935
h execute.h
/////////////////////////////////////////////////////////////////////////////
// Name: unix/execute.h
// Purpose: private details of wxExecute() implementation
// Author: Vadim Zeit
www.eeworm.com/read/136812/5861544
c execute.c
#ifndef lint
#ifdef SunB1
static char sccsid[] = "@(#)execute.c 1.1 92/07/30 SMI; SunOS MLS";
#else
static char sccsid[] = "@(#)execute.c 1.1 92/07/30 SMI";
#endif /* SunB1 */
#endif lint
/
www.eeworm.com/read/133465/5904428
c execute.c
execute(int j)
{
int i, fd, fds[2];
/* 1 */
if (infile[0]!='\0')
cmdlin[0].infd = open(infile, O_RDONLY);
/* 2 */
if (outfile[0]!='\0')
if (append==FALS
www.eeworm.com/read/131315/5937001
c execute.c
/* execute.c
*
* Copyright (c) 1984, 1985 Xerox Corp.
*
* Define the functions used in parse.c.
*
* Execute the RES file and leave the correct parameters on the stack.
*
* HISTORY
*
* K. Kn