Searched defs:Dir_t (Results 1 - 7 of 7) 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/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 */
/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/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;
/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 */
/ast/src/cmd/3d/
H A D3d.h206 } Dir_t; typedef in typeref:struct:__anon1
214 Dir_t* dir;
/ast/src/cmd/nmake/
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*);

Completed in 257 milliseconds