代码搜索:executed

找到约 9,141 项符合「executed」的源代码

代码结果 9,141
www.eeworm.com/read/470720/1446920

c code-gen2.c

// GROUPS passed code-generation // Check that declarations with initializations are executed // correctly. extern "C" int printf (const char *, ...); int main () { char buff[40] ; char *tmp = &b
www.eeworm.com/read/470693/1458866

c code-gen2.c

// GROUPS passed code-generation // Check that declarations with initializations are executed // correctly. extern "C" int printf (const char *, ...); int main () { char buff[40] ; char *tmp = &b
www.eeworm.com/read/456693/1604464

py atexit.py

# Portions Copyright (c) 2005 Nokia Corporation """ atexit.py - allow programmer to define multiple exit functions to be executed upon normal program termination. One public function, register,
www.eeworm.com/read/241253/4562509

c_call

The call Command call The call command executes a subroutine. Format The format for the call command is: call adr [-s str|val].. where: adr is the address of the subroutine to be executed. -s s
www.eeworm.com/read/231546/4715104

vim gvimrc_example.vim

" An example for a gvimrc file. " The commands in this are executed when the GUI is started. " " Maintainer: Bram Moolenaar " Last change: 2000 Mar 29 " " To use it, copy it to " fo
www.eeworm.com/read/229812/4733692

mif bench.mif

# # Note: Since the benchmarks must be executed to be of any real use, # the makefiles assume that target platform equals host platform (ie. no # cross compilation) # # Set up host OS and CPU arc
www.eeworm.com/read/229812/4751683

gml statemen.gml

.ix 'statement' .pp A .us statement describes what actions are to be performed. Statements may only be placed inside functions. Statements are executed in sequence, except where described below.
www.eeworm.com/read/195844/5106852

sh tar.sh

# # Generate a tarball . Called from the Makefile(s) # if [ ! -f unh_iscsi.specfile ]; then echo "This command needs executed at the source directory level!" exit 1 fi MAJREV=`egrep "^%define ve
www.eeworm.com/read/193974/5138595

py atexit.py

""" atexit.py - allow programmer to define multiple exit functions to be executed upon normal program termination. One public function, register, is defined. """ __all__ = ["register"] _exithandler
www.eeworm.com/read/190666/5174711

c code-gen2.c

// GROUPS passed code-generation // Check that declarations with initializations are executed // correctly. extern "C" int printf (const char *, ...); int main () { char buff[40] ; char *tmp = &b