Searched refs:boundname (Results 1 - 8 of 8) sorted by last modified time

/haiku-buildtools/jam/
H A Dheaders.c80 lol_add( &lol, headers1( t->boundname, hdrscan ) );
H A Dcompile.c353 t->boundname = search( t->name, &t->time );
359 parse_file( t->boundname );
H A Dhcache.c41 * @boundname@ timestamp @file@ @file@ @file@ ... \n
45 const char *boundname; member in struct:hcachedata
84 t->boundname = search( t->name, &t->time );
88 name = copystr(t->boundname);
216 c->boundname = read_netstring(f);
221 if (!c->boundname || !time_str || !age_str
322 write_netstring(f, c->boundname);
353 char *normalizedPath = normalize_path(t->boundname, _normalizedPath,
359 c->boundname = normalizedPath;
361 c->boundname
[all...]
H A Djcache.c619 t->boundname = search( t->name, &t->time );
622 if (t->boundname) {
623 name = (char*)copystr(t->boundname);
H A Dmake.c208 t->boundname = search( t->name, &t->time );
243 if( strcmp( t->name, t->boundname ) )
246 spaces( depth ), t->name, t->boundname );
H A Dmake1.c594 if( !strcmp( m->string, t->boundname ) )
603 l = list_new( l, t->boundname, 1 );
635 nl = list_new( nl, t->boundname, 1 );
670 t->boundname = search( t->name, &t->time );
H A Drules.c108 t->boundname = t->name; /* default for T_FLAG_NOTFILE */
128 t->boundname = t->name;
H A Drules.h114 const char *boundname; /* if search() relocates target */ member in struct:_target

Completed in 68 milliseconds