代码搜索结果
找到约 820,005 项符合
if 的代码
if-5.m
x = 0;
y = -2;
if (eye (2))
printf ("fail\n");
elseif (x)
printf ("fail\n");
elseif (x)
printf ("fail\n");
else
printf ("pass\n");
endif
if-6.m
x = 0;
y = -2;
if (y)
printf ("pass\n");
elseif (x)
printf ("fail\n");
elseif (x)
printf ("fail\n");
end
if.jsp
page
if-decl-else-decl.c
#if 1
void f(some_t s, int b)
#else
void f(some_t s)
#endif
{
}
if-decl-else-decl.c
#if 1
void f (some_t s, int b)
#else
void f (some_t s)
#endif
{
}
else-if.c
void
foo ()
{
if (1)
if (1)
if (else_chptr->creationtime && chanTS > chptr->creationtime
&& chptr->creationtime != MAGIC_REMOTE_JOIN_TS)
{
int i;
}
else if (chptr->cr
else-if.c
void foo()
{
if (1)
if (1)
if (else_chptr->creationtime && chanTS > chptr->creationtime &&
chptr->creationtime != MAGIC_REMOTE_JOIN_TS)
{
int i;
}
else
bttv-if.c
/*
bttv-if.c -- old gpio interface to other kernel modules
don't use in new code, will go away in 2.7
have a look at bttv-gpio.c instead.
bttv - Bt848 frame grabber driver
C
if.c
/* if.c - network interface utility routines */
/* Copyright 1984-1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* $NetBSD: if.c,v 1.18 1994/10/30 21:48:46 cgd Exp $ */
/*
* Copyrigh
if.test
# Commands covered: if
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors. No