Searched refs:copysettings (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/jam/
H A Drules.h35 * 12/17/02 (seiwald) - new copysettings() to protect target-specific vars
186 SETTINGS *copysettings( SETTINGS *v );
H A Drules.c21 * copysettings() - copy a settings list for temp use
32 * 12/17/02 (seiwald) - new copysettings() to protect target-specific vars
298 * copysettings() - copy a settings list for temp use
306 * copysettings() protects the target's SETTINGS chain by providing a
313 copysettings( SETTINGS *from )
312 copysettings( SETTINGS *from ) function
H A Dmake.c47 * 12/17/02 (seiwald) - new copysettings() to protect target-specific vars
201 s = copysettings( t->settings );
H A Dcompile.c68 * 12/17/02 (seiwald) - new copysettings() to protect target-specific vars
350 /* Needn't copysettings(), as search sets no vars. */
476 SETTINGS *s = copysettings( t->settings );

Completed in 26 milliseconds