代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5937032
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.
*
*/
#include
www.eeworm.com/read/131315/5940459
c execute.c
/*
* Hunt
* Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
* San Francisco, California
*/
# include "hunt.h"
# ifdef MONITOR
/*
* mon_execute:
* Execute a singl
www.eeworm.com/read/131315/5946525
c execute.c
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/124443/6047566
execute this after copying
#! /bin/sh
path=`dirname "$0"`
dd if=/dev/misc/mem "of=$path/VGA BIOS.bin" bs=65536 skip=12 count=1
www.eeworm.com/read/120487/6073307
c execute.c
/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.26.2.4 2004/01/28 09:55:53 meskes Exp $ */
/*
* The aim is to get a simpler inteface to the database routines.
* All the tidieous mes