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

/haiku-buildtools/jam/
H A Dpathsys.h39 # define f_grist part[0] macro
H A Dsearch.c34 f->f_grist.ptr = 0;
35 f->f_grist.len = 0;
H A Dpathmac.c63 f->f_grist.ptr = file;
64 f->f_grist.len = p - file;
183 if( f->f_grist.len )
185 if( f->f_grist.ptr[0] != '<' ) *file++ = '<';
186 memcpy( file, f->f_grist.ptr, f->f_grist.len );
187 file += f->f_grist.len;
H A Dpathunix.c63 f->f_grist.ptr = file;
64 f->f_grist.len = p - file;
146 if( f->f_grist.len )
148 if( f->f_grist.ptr[0] != '<' ) *file++ = '<';
149 memcpy( file, f->f_grist.ptr, f->f_grist.len );
150 file += f->f_grist.len;
H A Dpathvms.c53 f->f_grist.ptr = file;
54 f->f_grist.len = p - file;
245 if( f->f_grist.len )
247 if( f->f_grist.ptr[0] != '<' ) *file++ = '<';
248 memcpy( file, f->f_grist.ptr, f->f_grist.len );
249 file += f->f_grist.len;
H A Dtimestamp.c109 f2.f_grist.len = 0;
134 f2.f_grist.len = 0;
H A Dexpand.c416 case 'G': fp = &edits->f.f_grist; goto fileval;
493 if( edits->f.f_grist.ptr )
494 pathname.f_grist = edits->f.f_grist;

Completed in 41 milliseconds