代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/407729/2259626
bash_logout .bash_logout
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
case "`tty`" in
/dev/tty[0-9]*) clear
esac
www.eeworm.com/read/396399/2422451
bash_logout .bash_logout
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
case "`tty`" in
/dev/tty[0-9]*) clear
esac
www.eeworm.com/read/369339/2801046
c4
.ul
9. Statements
.et
Except as indicated, statements are executed in sequence.
.ms
9.1 Expression statement
.et
Most statements are expression statements, which have
the form
.dp 1
expression \fG;
www.eeworm.com/read/366702/2881103
c wunreachable-5.c
/* PR c/10175 */
/* { dg-do compile } */
/* { dg-options "-Wunreachable-code" } */
int value;
int main(void)
{
if (0)
value = 0; /* { dg-warning "will never be executed" "" } */
el
www.eeworm.com/read/366702/2883244
c loop-16.c
/* A test for # of iterations estimation. We know that the loop is executed
at most 100 times, thus the (32-bit) induction variables do not overflow,
and we may use 64-bit variable to represent
www.eeworm.com/read/366508/2889674
ogs custommenus.ogs
[CheckCalibration]
// Script is executed only when menu item is selected
Calii=mod(Calii+1,2); // Toggle check mark
if(Calii) // If menu item needs to be checked
{
menu.rename(CheckId,(&Unc
www.eeworm.com/read/364550/2902958
s syscall.s
/*
* arch/arm/syscall.S
*
* System call common handling
*/
.type __syscall_common,#function
.globl __syscall_common
#ifndef __thumb__
/* ARM version - this is executed after the swi, unless
www.eeworm.com/read/173823/9634023
java waitfordeath.java
// Chapter 7, Listing 5
public class WaitForDeath extends Thread
{
// Run method is executed when thread first started
public void run()
{
System.out.println ("This thread feels a little il
www.eeworm.com/read/236146/14030830
c allowio.c
//
// Execute.C
// Craig.Peacock@beyondlogic.org
// http://www.beyondlogic.org
//
// Usage : AllowIO eg. AllowIO Beep.exe
//
// When executed with a executable as a