Searched refs:VARIABLE (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.h58 VARIABLE = 276, enumerator in enum:yytokentype
89 #define VARIABLE 276 macro
H A Dcalclex.l99 return VARIABLE;
H A Dcalc.y151 %token <var> VARIABLE
182 | VARIABLE '=' e {
240 | VARIABLE {
H A Dcalc.c257 VARIABLE = 276, enumerator in enum:yytokentype
288 #define VARIABLE 276 macro
652 "POWM", "ROOT", "SQRT", "NUMBER", "VARIABLE", "LOR", "LAND", "'<'",
H A Dcalclex.c897 return VARIABLE;
/haiku-buildtools/jam/
H A Dvariable.c44 * VARIABLE - a user defined multi-value variable
47 typedef struct _variable VARIABLE ; typedef in typeref:struct:_variable
54 static VARIABLE *var_enter( const char *symbol );
225 VARIABLE var, *v = &var;
256 VARIABLE *v = var_enter( symbol );
293 VARIABLE *v = var_enter( symbol );
311 static VARIABLE *
314 VARIABLE var, *v = &var;
317 varhash = hashinit( sizeof( VARIABLE ), "variables" );

Completed in 41 milliseconds