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

/haiku-buildtools/jam/
H A Dhcache.h11 LIST *hcache(TARGET *t, LIST *hdrscan);
H A Dheaders.h14 LIST *headers1( const char *file, LIST *hdrscan );
H A Dheaders.c47 static LIST *headers1( const char *file, LIST *hdrscan );
59 LIST *hdrscan; local
64 if( !( hdrscan = var_get( "HDRSCAN" ) ) ||
78 lol_add( &lol, hcache( t, hdrscan ) );
80 lol_add( &lol, headers1( t->boundname, hdrscan ) );
105 LIST *hdrscan )
117 while( rec < MAXINC && hdrscan )
119 re[rec++] = regcomp( hdrscan->string );
120 hdrscan = list_next( hdrscan );
[all...]
H A Dhcache.c48 LIST *hdrscan; /* the HDRSCAN value for this target */ member in struct:hcachedata
258 c->hdrscan = l;
317 sprintf(hdrscan_count_str, "%u", list_length(c->hdrscan));
330 for (l = c->hdrscan; l; l = list_next(l)) {
348 hcache (TARGET *t, LIST *hdrscan) argument
367 LIST *l1 = hdrscan, *l2 = c->hdrscan;
383 list_print(hdrscan);
385 list_print(c->hdrscan);
389 list_free(c->hdrscan);
[all...]

Completed in 54 milliseconds