Searched refs:extra_headers (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcmd4.c309 for (np = extra_headers; np != NULL; np = next_np) {
312 if (np == extra_headers) {
313 extra_headers = np->n_flink;
314 if (extra_headers)
315 extra_headers->n_blink = NULL;
353 for (np = extra_headers; np != NULL; np = np->n_flink)
376 if (extra_headers == NULL)
377 extra_headers = np;
381 for (tp = extra_headers; tp->n_flink; tp = tp->n_flink)
H A Dglob.h93 EXTERN struct name *extra_headers; /* extra header lines */ variable in typeref:struct:name
H A Dsend.c698 hp->h_extra = ncopy(extra_headers);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dconfigure12773 if test x"$extra_headers" = x
12774 then extra_headers=; fi
13559 # Expand extra_headers to include complete path.
13562 # Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers.
13563 for file in ${extra_headers} ; do
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dconfigure10264 if test x"$extra_headers" = x
10265 then extra_headers=; fi
10994 # Expand extra_headers to include complete path.
10997 # Prepend $(srcdir)/config/${cpu_type}/ to every entry in extra_headers.
10998 for file in ${extra_headers} ; do

Completed in 275 milliseconds