Home
last modified time | relevance | path

Searched refs:evalflag (Results 1 – 7 of 7) sorted by relevance

/dports/math/ploticus/pl240src/src/
H A Dcondex.c38 static int evalflag = 0; variable
51 evalflag = 0; in TDH_condex_initstatics()
69 evalflag = eval;
309 status = TDH_function_call( v, t, evalflag ); /* v will be modified here */
320 else if( evalflag && v[0] == '@' && v[1] != '@' ) {
H A Dfunctions.c47 static int evalflag; variable
82 evalflag = eval;
98 if( evalflag ) TDH_value_subst( &argbuf[ alen ], tok, TDH_dat, TDH_recid, 0, 0 );
/dports/math/ploticus-nox11/pl240src/src/
H A Dcondex.c38 static int evalflag = 0; variable
51 evalflag = 0; in TDH_condex_initstatics()
69 evalflag = eval;
309 status = TDH_function_call( v, t, evalflag ); /* v will be modified here */
320 else if( evalflag && v[0] == '@' && v[1] != '@' ) {
H A Dfunctions.c47 static int evalflag; variable
82 evalflag = eval;
98 if( evalflag ) TDH_value_subst( &argbuf[ alen ], tok, TDH_dat, TDH_recid, 0, 0 );
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dparse.h151 extern int evalflag; /* flag: should we evaluate? */
/dports/net/tinyfugue/tf-50b8/src/
H A Dparse.h152 extern int evalflag; /* flag: should we evaluate? */
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dgnushogi.h224 #define evalflag 0x0020 macro