代码搜索:eval
找到约 10,000 项符合「eval」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4886841
c eval.c
/*
* Mesa 3-D graphics library
* Version: 5.1
*
* Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/216802/4886891
h eval.h
/**
* \file eval.h
* Eval operations.
*
* \if subset
* (No-op)
*
* \endif
*/
/*
* Mesa 3-D graphics library
* Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Ri
www.eeworm.com/read/209211/4983783
c eval.c
#include
#include
#include "cpp.h"
#define NSTAK 32
#define SGN 0
#define UNS 1
#define UND 2
#define UNSMARK 0x1000
struct value {
long val;
int type;
};
/* conversion types */
#
www.eeworm.com/read/209211/4984519
c eval.c
/*
* Expansion - quoting, separation, substitution, globbing
*/
#include "sh.h"
#include
#include "ksh_dir.h"
#include "ksh_stat.h"
/*
* string expansion
*
* first pass: quoting, IFS se
www.eeworm.com/read/205824/5022318
c eval.c
/*
* Mesa 3-D graphics library
* Version: 5.1
*
* Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
www.eeworm.com/read/205824/5022368
h eval.h
/**
* \file eval.h
* Eval operations.
*
* \if subset
* (No-op)
*
* \endif
*/
/*
* Mesa 3-D graphics library
* Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Ri
www.eeworm.com/read/199943/5074885
h eval.h
/* evaluate a function discarding the status value in a modifiable way */
#define EVAL_RESULT(fn) \
gsl_sf_result result; \
int status = fn; \
if (status != GSL_SUCCESS) { \
GSL_ERROR_V
www.eeworm.com/read/187737/5216962
h eval.h
// Eval.h
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#ifndef __EVAL_H__
#define __EVAL_H__
#include
#include
// This version number also needs changi
www.eeworm.com/read/187737/5216963
txh eval.txh
rem Eval.oxh
rem
rem Copyright (c) 2000-2001 Symbian Ltd. All rights reserved.
rem
CONST KUidOpxEval&=&77774EF5
CONST KOpxEvalVersion%=$100
DECLARE OPX EVAL,KUidOpxEval&,KOpxEvalVersion%
E