Searched refs:VAR_SET (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/jam/
H A Dvariable.h24 # define VAR_SET 0 /* override previous value */ macro
H A Djam.c234 var_set( "JAMJOBS", list_new( L0, s, 0 ), VAR_SET );
295 var_set( "JAMDATE", list_new( L0, buf, 0 ), VAR_SET );
311 var_set( "JAMUNAME", l, VAR_SET );
342 var_set( "JAM_TARGETS", l, VAR_SET );
H A Dvariable.c128 var_set( buf, l, VAR_SET );
263 case VAR_SET:
H A Drules.c275 case VAR_SET:
H A Djamgram.yy156 { $$.number = VAR_SET; }
H A Djamgram.y202 { $$.number = VAR_SET; }
H A Dcompile.c274 var_set( p->string, list_new( L0, l->string, 1 ), VAR_SET );
700 * parse->num VAR_SET/APPEND/DEFAULT
825 * parse->num VAR_SET/APPEND/DEFAULT

Completed in 34 milliseconds