Searched refs:Dir_t (Results 1 - 15 of 15) sorted by relevance

/ast/src/lib/libast/path/
H A Dpathfind.c41 } Dir_t; typedef in typeref:struct:Dir_s
45 Dir_t* head; /* directory list head */
46 Dir_t* tail; /* directory list tail */
56 register Dir_t* dp;
64 if (!(dp = oldof(0, Dir_t, 1, strlen(dir))))
87 register Dir_t* dp;
/ast/src/cmd/3d/
H A Dfchdir3d.c31 Dir_t* dp;
H A Ddup3d.c58 if (state.file[ofd].dir && (state.file[nfd].dir = newof(0, Dir_t, 1, strlen(state.file[ofd].dir->path))))
H A Dopen3d.c289 Dir_t* dp;
296 if (dp = newof(0, Dir_t, 1, strlen(sp)))
H A D3d.h206 } Dir_t; typedef in typeref:struct:__anon1
214 Dir_t* dir;
/ast/src/cmd/paxlib/tp/
H A Dtp.c51 } Dir_t; typedef in typeref:struct:Dir_s
58 Dir_t* dp;
59 Dir_t* ep;
60 Dir_t dir[1];
92 w = ((Dir_t*)buf)->checksum[0] + (((Dir_t*)buf)->checksum[1]<<8);
95 n = (size_t)w * sizeof(Dir_t);
96 if (!(ar = newof(0, Ar_t, 1, n - sizeof(Dir_t))))
116 register Dir_t* dp;
128 for (e = (s = (ui1*)ar->dir) + sizeof(Dir_t);
[all...]
/ast/src/lib/libjcl/
H A Djcllib.h35 struct Dir_s; typedef struct Dir_s Dir_t; typedef in typeref:struct:Dir_s
44 Dir_t* next; /* next in list */
51 Dir_t* head; /* directory list head */
52 Dir_t* tail; /* directory list tail */
H A Dfind.c173 register Dir_t* dp;
182 if (!(dp = oldof(0, Dir_t, 1, strlen(dir))))
206 register Dir_t* dp;
/ast/src/cmd/html/
H A Dtroff2html.h85 } Dir_t; typedef in typeref:struct:Dir_s
231 Dir_t* dirs; /* include dir list */
232 Dir_t* hot; /* hot text list */
233 Dir_t* macros; /* macro packages */
H A Dtroff2html.c1044 Dir_t* dp;
3396 register Dir_t* x;
3397 register Dir_t* p;
3414 if (!(x = newof(0, Dir_t, 1, strlen(s) + 1)))
4642 static Dir_t dot =
5000 Dir_t* x;
5909 Dir_t* x;
5910 Dir_t* lastdir;
5911 Dir_t* lastmac;
5943 if (!(x = newof(0, Dir_t,
[all...]
/ast/src/cmd/nmake/
H A Darchive.c65 walkar(register Ardir_t* ar, Dir_t* d, char* name)
159 Dir_t* d;
H A Dmake.h84 #define getar(name) ((Dir_t*)hashget(table.ar,(name)))
86 #define getdir(id) ((Dir_t*)hashget(table.dir,(char*)(id)))
450 } Dir_t; typedef in typeref:struct:Dir_s
455 Dir_t* dir; /* directory containing file */
863 Dir_t* archive; /* .SCAN archive */
926 extern File_t* addfile(Dir_t*, char*, Time_t);
1054 extern Dir_t* unique(Rule_t*);
H A Dbind.c174 Dir_t*
177 register Dir_t* d;
221 d = newof(0, Dir_t, 1, 0);
237 addfile(Dir_t* d, char* name, Time_t date)
303 Dir_t* d;
328 d = (Dir_t*)pos->bucket->value;
353 register Dir_t* d;
893 static Dir_t tmp_dir;
1071 Dir_t* ar;
H A Drule.c1248 Dir_t* d = (Dir_t*)v;
/ast/src/cmd/tw/
H A Dtw.c349 } Dir_t; typedef in typeref:struct:Dir
684 Dir_t* firstdir;
685 Dir_t* lastdir;
699 firstdir = lastdir = newof(0, Dir_t, 1, 0);
721 lastdir = lastdir->next = newof(0, Dir_t, 1, 0);
939 Dir_t* dp;

Completed in 55 milliseconds